mirror of
https://github.com/cupcakearmy/mercatus.git
synced 2024-11-01 08:14:10 +01:00
11 lines
227 B
YAML
11 lines
227 B
YAML
version: '3.6'
|
|
|
|
services:
|
|
bot:
|
|
image: cupcakearmy/mercatus
|
|
restart: unless-stopped
|
|
command: ["python", "-u", "/app/Mercatus.py"]
|
|
volumes:
|
|
- ./data.db:/app/data.db
|
|
- ./config.yml:/app/config.yml:ro
|