Fixed a configuration issue with the news service
Turns out traefik handles port routing, so the project doesn't need to know the news services' port.
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ services:
|
||||
- DB_TIMEZONE=${databaseTimeZone}
|
||||
- SESSION_SECRET=secret
|
||||
- SESSION_ADMIN=adminsecret
|
||||
- NEWS_URI=http://${newsWebAddress}:3100/news
|
||||
- NEWS_URI=https://${newsWebAddress}/news
|
||||
- NEWS_KEY=${newsKey}
|
||||
networks:
|
||||
- app-network
|
||||
|
||||
Reference in New Issue
Block a user