first commit

This commit is contained in:
Phiippe Favre
2025-07-30 22:15:22 +02:00
commit 16fd740fe2
6 changed files with 218 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
services:
discord-bot:
container_name: MamieHenrriette
build: .
restart: on-failure
environment:
- TOKEN=your token
- STATUS=online
- INTERVAL=3600
volumes:
- ./statuts.txt:/app/statuts.txt