mirror of
https://github.com/cupcakearmy/mercatus.git
synced 2024-11-01 08:14:10 +01:00
10 lines
177 B
YAML
10 lines
177 B
YAML
version: '3.7'
|
|
|
|
services:
|
|
bot:
|
|
image: cupcakearmy/mercatus
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ./data.db:/app/data.db
|
|
- ./config.yml:/app/config.yml:ro
|