added new env variable

This commit is contained in:
2025-12-05 17:11:04 -05:00
parent 926df56972
commit 74d32d518e
3 changed files with 3 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ services:
- SERVER_PORT=${SERVER_PORT} - SERVER_PORT=${SERVER_PORT}
- BOT_ADMINS=${BOT_ADMINS} - BOT_ADMINS=${BOT_ADMINS}
- GROUP_IDS=${GROUP_IDS} - GROUP_IDS=${GROUP_IDS}
- GRAPHQL_URL=${GRAPHQL_URL}
ports: ports:
- "3000:80" - "3000:80"
volumes: volumes:

View File

@@ -14,5 +14,6 @@ services:
- SERVER_PORT=${SERVER_PORT} - SERVER_PORT=${SERVER_PORT}
- BOT_ADMINS=${BOT_ADMINS} - BOT_ADMINS=${BOT_ADMINS}
- GROUP_IDS=${GROUP_IDS} - GROUP_IDS=${GROUP_IDS}
- GRAPHQL_URL=${GRAPHQL_URL}
build: build:
context: . context: .

View File

@@ -14,5 +14,6 @@ services:
- SERVER_PORT=${SERVER_PORT} - SERVER_PORT=${SERVER_PORT}
- BOT_ADMINS=${BOT_ADMINS} - BOT_ADMINS=${BOT_ADMINS}
- GROUP_IDS=${GROUP_IDS} - GROUP_IDS=${GROUP_IDS}
- GRAPHQL_URL=${GRAPHQL_URL}
build: build:
context: . context: .