add useful dir structure to compose override example

This commit is contained in:
2025-07-20 09:25:06 +02:00
parent 62317e83cf
commit 81c012af2c
+3
View File
@@ -2,5 +2,8 @@ services:
inviter: inviter:
ports: ports:
- "8080:8080" - "8080:8080"
volumes:
# - ./data:/app/data # uncomment to get access to database files more easily
# - ./logs:/app/logs # uncomment to get access to logs more easily
environment: environment:
DISCORD_TOKEN: "your_discord_token_here" DISCORD_TOKEN: "your_discord_token_here"