Tweaked the contents of env variables, read more
NEWS_URI and AUTH_URI had the end of their routes lopped off, so I could reference /admin using either one of them.
This commit is contained in:
+2
-2
@@ -124,8 +124,8 @@ services:
|
||||
- DB_USERNAME=${projectDBUser}
|
||||
- DB_PASSWORD=${projectDBPass}
|
||||
- DB_TIMEZONE=${dbTimeZone}
|
||||
- NEWS_URI=https://${newsWebAddress}/news
|
||||
- AUTH_URI=https://${authWebAddress}/auth
|
||||
- NEWS_URI=https://${newsWebAddress}
|
||||
- AUTH_URI=https://${authWebAddress}
|
||||
- SECRET_ACCESS=${accessToken}
|
||||
networks:
|
||||
- app-network
|
||||
|
||||
Reference in New Issue
Block a user