formatting
All checks were successful
Update Compose File / build (push) Successful in 2s

This commit is contained in:
2025-11-28 09:55:23 -08:00
parent aec1079495
commit 54ca0b6224

View File

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