graphql #81

Merged
werewolfkid merged 7 commits from graphql into main 2025-12-06 22:32:59 -05:00
19 changed files with 395 additions and 434 deletions
Showing only changes of commit 74d32d518e - Show all commits

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: .