mirror of
https://github.com/cupcakearmy/mercatus.git
synced 2024-11-01 08:14:10 +01:00
compose file
This commit is contained in:
parent
4bda6a7ed3
commit
459610cc79
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
@ -0,0 +1,11 @@
|
||||
version: '3.6'
|
||||
|
||||
services:
|
||||
bot:
|
||||
image: cupcakearmy/mercatus
|
||||
restart: unless-stopped
|
||||
command: ["python", "-u", "/app/Mercatus.py"]
|
||||
volumes:
|
||||
- ./src:/app/
|
||||
- ./data:/app/data
|
||||
- ./config.yml:/app/config.yml
|
Loading…
Reference in New Issue
Block a user