use volume for aplication data and logs by default

This commit is contained in:
2025-07-20 09:22:43 +02:00
parent 575c4b1c1c
commit 62317e83cf
2 changed files with 10 additions and 2 deletions
+4 -2
View File
@@ -9,5 +9,7 @@ services:
ports: ports:
- "8080:8080" - "8080:8080"
volumes: volumes:
- ./data:/app/data - inviter:/app
environment: []
volumes:
inviter:
+6
View File
@@ -0,0 +1,6 @@
services:
inviter:
ports:
- "8080:8080"
environment:
DISCORD_TOKEN: "your_discord_token_here"