mirror of
https://github.com/cupcakearmy/mercatus.git
synced 2024-11-01 08:14:10 +01:00
12 lines
238 B
YAML
12 lines
238 B
YAML
|
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
|