Files
TestPostsBot/docker-compose.yml
T

15 lines
325 B
YAML
Raw 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-11 17:42:51 +00:00
build:
context: .
args:
- USER_ID=${USER_ID:-1000}
- GROUP_ID=${GROUP_ID:-1000}
2026-03-04 23:01:36 +00:00
env_file:
2026-03-11 17:34:09 +00:00
- prod.env
2026-03-11 17:42:51 +00:00
user: "${USER_ID:-1000}:${GROUP_ID:-1000}"
2026-03-04 23:01:36 +00:00
restart: unless-stopped
2026-03-11 17:42:51 +00:00
volumes:
- ./DB:/app/DB