🗑️ Remove outdated backup file and unused environment variables from Docker Compose configuration
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -43,10 +43,6 @@ services:
|
|||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
- PORT=3000
|
- PORT=3000
|
||||||
# OAuth credentials loaded from .env file
|
# OAuth credentials loaded from .env file
|
||||||
- CHALLONGE_CLIENT_ID=${CHALLONGE_CLIENT_ID}
|
|
||||||
- CHALLONGE_CLIENT_SECRET=${CHALLONGE_CLIENT_SECRET}
|
|
||||||
- REDIRECT_URI=${REDIRECT_URI}
|
|
||||||
- SESSION_SECRET=${SESSION_SECRET}
|
|
||||||
env_file:
|
env_file:
|
||||||
- ./server/.env
|
- ./server/.env
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user