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