Skip to content
  • Martin Lowe's avatar
    Update to integrate API into docker stack for local dev (#75) · bf8cad90
    Martin Lowe authored
    * Update to integrate API into docker stack for local dev
    
    * Fix ports on docker compose
    
    * Remove extra yarn file and update make file
    
    * Update to yarn commadns to be cleaner w/o cd
    
    * Update README for makefile and docker-compose
    
    * Fix OIDC endpoint target to be set as part of secret config
    
    The OIDC public auth endpoint needs to be set for each machine and will likely be unique for every machine. This is due to the docker instance not accepting localhost as a proper binding address for the API.
    
    * Update docker secrets and update readme
    
    * Fix API docker container name
    bf8cad90