Initial commit

This commit is contained in:
2026-07-14 12:10:44 +03:00
Unverified
commit d100a21020
11 changed files with 751 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
services:
updater:
image: fromchat/updater:latest
restart: unless-stopped
env_file:
- .env
volumes:
- ${COMPOSE_PROJECT_DIR}/compose.yml:/fromchat/compose.yml:rw
- /var/run/docker.sock:/var/run/docker.sock
networks:
- updater
networks:
updater:
driver: bridge