mirror of
https://github.com/cupcakearmy/mercatus.git
synced 2025-09-07 03:00:43 +00:00
compose file
This commit is contained in:
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
|
Reference in New Issue
Block a user