mirror of
https://github.com/skylanix/MamieHenriette.git
synced 2026-02-06 06:40:35 +01:00
first commit
This commit is contained in:
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user