Files
TestPostsBot/docker-compose.yml
T

9 lines
166 B
YAML
Raw Permalink Normal View History

2026-03-04 23:01:36 +00:00
services:
2026-03-11 17:26:02 +00:00
testpostsbot:
image: slfhstd.uk/slfhstd/testpostsbot:dev
2026-03-04 23:01:36 +00:00
env_file:
2026-03-11 17:34:09 +00:00
- prod.env
2026-03-04 23:01:36 +00:00
restart: unless-stopped
2026-03-11 17:42:51 +00:00
volumes:
- ./DB:/app/DB