Skip to content

Commit 0c59478

Browse files
authored
Enhance docker-compose.yml with deployment warnings (#677)
Added important warnings and instructions for deployment in the docker-compose file.
1 parent 70e9027 commit 0c59478

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docker-compose.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## HEADS UP!
2+
# You should read this compose file IN FULL before deploying!
3+
# Not setting environment variables properly could cause performance/stability issues or severe security vulnerabilities!
4+
# Read https://discordtickets.app/self-hosting/configuration so that you know what everything means! It's worth it!
5+
16
version: "3.9"
27

38
services:
@@ -49,8 +54,9 @@ services:
4954
OVERRIDE_ARCHIVE: null
5055
PUBLIC_BOT: "false"
5156
PUBLISH_COMMANDS: "false"
52-
SUPER: 319467558166069248 # optionally add `,youruseridhere`
53-
57+
SUPER: 319467558166069248 # comma-separated list of discord user IDs with superuser access to change bot settings for all guilds the bot is in, regardless of the users permissions
58+
# IMPORTANT: You should read https://discordtickets.app/self-hosting/configuration/#super before continuing!
59+
5460
networks:
5561
discord-tickets:
5662

0 commit comments

Comments
 (0)