diff --git a/compose.yml b/compose.yml index 948f8a6..62291ad 100755 --- a/compose.yml +++ b/compose.yml @@ -1,5 +1,6 @@ name: lab services: + #Networking cloudflared: container_name: cloudflared @@ -114,7 +115,7 @@ services: - "traefik.http.routers.gitea.entrypoints=https" - "traefik.http.routers.gitea.tls=true" - "traefik.http.services.gitea.loadbalancer.server.port=3000" - + gitea-act-runner: container_name: gitea-act-runner image: docker.io/gitea/act_runner:latest @@ -248,7 +249,6 @@ services: - "traefik.http.routers.nextcloud.tls=true" - "traefik.http.services.nextcloud.loadbalancer.server.port=80" - syncthing: container_name: syncthing image: lscr.io/linuxserver/syncthing:latest @@ -279,7 +279,7 @@ services: volumes: - ${DATA}/vaultwarden:/data restart: unless-stopped - + watchtower: container_name: watchtower image: containrrr/watchtower:latest