Initial commit
This commit is contained in:
+15
@@ -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
|
||||
Reference in New Issue
Block a user