bloaterbot/docker-compose.yaml
2023-03-19 00:00:22 +01:00

14 lines
No EOL
312 B
YAML

version: '3.5'
services:
nenefootbot:
image: bloaterbot:latest
container_name: bloaterbot
restart: unless-stopped
volumes:
- /opt/bloaterbot/config.toml:/app/config.toml
- /opt/bloaterbot/bloater.db:/app/bloater.db
networks:
- expose
networks:
expose:
external: true