fix: Remove guild id config in env
This commit is contained in:
parent
fb0f1d80c6
commit
da148bdf2b
1 changed files with 0 additions and 1 deletions
|
|
@ -15,7 +15,6 @@ services:
|
|||
environment:
|
||||
DISCORD_TOKEN: "${DISCORD_TOKEN}"
|
||||
APPLICATION_ID: "${APPLICATION_ID}"
|
||||
GUILD_ID: "${GUILD_ID}"
|
||||
TYPECAST_TOKEN: "${TYPECAST_TOKEN}"
|
||||
DATABASE_URL: "postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@discord-db:5432/${POSTGRES_DB}?schema=public"
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Reference in a new issue