2026-03-08 18:08:24 +00:00
|
|
|
services:
|
|
|
|
|
modbot:
|
|
|
|
|
image: slfhstd.uk/slfhstd/modreplybot:latest
|
2026-03-08 18:16:19 +00:00
|
|
|
container_name: modreplybot
|
2026-03-08 18:08:24 +00:00
|
|
|
env_file:
|
|
|
|
|
- .env
|
2026-03-08 21:32:51 +00:00
|
|
|
volumes:
|
2026-03-08 23:27:43 +00:00
|
|
|
- ./config:/app/config
|
|
|
|
|
- ./DB:/app/DB
|
2026-03-08 18:08:24 +00:00
|
|
|
restart: unless-stopped
|