diff --git a/compose_tugtainer.yaml b/compose_tugtainer.yaml new file mode 100644 index 0000000..27c5d18 --- /dev/null +++ b/compose_tugtainer.yaml @@ -0,0 +1,15 @@ +version: "3.9" + +services: + tugtainer: + image: quenary/tugtainer:latest + container_name: tugtainer + restart: unless-stopped + ports: + - "9412:80" + environment: + TZ: "Europe/Zurich" + AGENT_ENABLED: "true" + volumes: + - /var/run/docker.sock:/var/run/docker.sock:ro + - /opt/tugtainer/data:/tugtainer \ No newline at end of file