This commit is contained in:
2026-03-11 18:25:51 +00:00
parent 0e01f803b2
commit b9ddeb5303
3 changed files with 2 additions and 27 deletions
-7
View File
@@ -1,15 +1,8 @@
services:
testpostsbot:
image: slfhstd.uk/slfhstd/testpostsbot:dev
build:
context: .
args:
- USER_ID=${USER_ID:-1000}
- GROUP_ID=${GROUP_ID:-1000}
env_file:
- prod.env
user: "${USER_ID:-1000}:${GROUP_ID:-1000}"
restart: unless-stopped
volumes:
- ./DB:/app/DB
entrypoint: ["/app/entrypoint.sh", "python", "bot.py"]