Add WEB_DOMAIN env variable to dev compose file (#395)

This commit is contained in:
Chris Weaver 2023-09-04 10:43:06 -07:00 committed by GitHub
parent 50101a8cac
commit 0fcac74df1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -95,6 +95,7 @@ services:
restart: always
environment:
- INTERNAL_URL=http://api_server:8080
- WEB_DOMAIN=${WEB_DOMAIN:-}
- DISABLE_AUTH=${DISABLE_AUTH:-True}
- OAUTH_NAME=${OAUTH_NAME:-}
relational_db:

View File

@ -89,6 +89,7 @@ services:
restart: always
environment:
- INTERNAL_URL=http://api_server:8080
- WEB_DOMAIN=${WEB_DOMAIN:-}
- DISABLE_AUTH=${DISABLE_AUTH:-True}
- OAUTH_NAME=${OAUTH_NAME:-}
relational_db: