This commit is contained in:
2026-07-14 17:53:07 +03:00
Unverified
parent d100a21020
commit 26555a6a4c
6 changed files with 172 additions and 57 deletions
+5 -1
View File
@@ -1,12 +1,16 @@
services:
updater:
image: fromchat/updater:latest
build:
context: .
dockerfile: Dockerfile
restart: unless-stopped
env_file:
- .env
volumes:
- ${COMPOSE_PROJECT_DIR}/compose.yml:/fromchat/compose.yml:rw
- /var/run/docker.sock:/var/run/docker.sock
extra_hosts:
- "host.docker.internal:host-gateway"
networks:
- updater