compose_tugtainer.yaml aktualisiert
This commit is contained in:
parent
0c0ae9392f
commit
2c43dae8bc
|
|
@ -2,19 +2,19 @@ version: "3.9"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
tugtainer:
|
tugtainer:
|
||||||
image: ghcr.io/quenary/tugtainer:latest
|
image: quenary/tugtainer:latest
|
||||||
container_name: tugtainer
|
container_name: tugtainer
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "9412:80"
|
- "9412:80"
|
||||||
environment:
|
environment:
|
||||||
TZ: Europe/Zurich
|
TZ: Europe/Zurich
|
||||||
AGENT_URL: http://tugtainer-agent:8001
|
|
||||||
AGENT_SECRET: "A6sW9mP2vQk7Lx4Nf8Rb1HtY5Zj3Ec0DuVpGmK9XnJq7"
|
AGENT_SECRET: "A6sW9mP2vQk7Lx4Nf8Rb1HtY5Zj3Ec0DuVpGmK9XnJq7"
|
||||||
depends_on:
|
AGENT_URL: http://tugtainer-agent:8001
|
||||||
- tugtainer-agent
|
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/tugtainer/data:/tugtainer
|
- /opt/tugtainer/data:/tugtainer
|
||||||
|
depends_on:
|
||||||
|
- tugtainer-agent
|
||||||
|
|
||||||
tugtainer-agent:
|
tugtainer-agent:
|
||||||
image: ghcr.io/quenary/tugtainer-agent:latest
|
image: ghcr.io/quenary/tugtainer-agent:latest
|
||||||
|
|
@ -23,5 +23,6 @@ services:
|
||||||
environment:
|
environment:
|
||||||
TZ: Europe/Zurich
|
TZ: Europe/Zurich
|
||||||
AGENT_SECRET: "A6sW9mP2vQk7Lx4Nf8Rb1HtY5Zj3Ec0DuVpGmK9XnJq7"
|
AGENT_SECRET: "A6sW9mP2vQk7Lx4Nf8Rb1HtY5Zj3Ec0DuVpGmK9XnJq7"
|
||||||
|
DOCKER_HOST: unix:///var/run/docker.sock
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
Loading…
Reference in New Issue