update to folder view 3
This commit is contained in:
@@ -28,6 +28,8 @@ services:
|
||||
- /mnt/user/appdata/gitea:/data
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
- "6734:3000"
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:3000/api/healthz"]
|
||||
interval: 30s
|
||||
@@ -37,7 +39,7 @@ services:
|
||||
labels:
|
||||
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/gitea.png"
|
||||
net.unraid.docker.webui: "https://${DOMAIN}"
|
||||
folder.view2: "Services"
|
||||
folder.view3: "Services"
|
||||
|
||||
pangolin.public-resources.gitea-version-control.name: "${RESOURCE_NAME}"
|
||||
pangolin.public-resources.gitea-version-control.full-domain: "${DOMAIN}"
|
||||
@@ -87,7 +89,7 @@ services:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
labels:
|
||||
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/gitea.png"
|
||||
folder.view2: "Runners"
|
||||
folder.view3: "Runners"
|
||||
|
||||
networks:
|
||||
pangolin:
|
||||
|
||||
Reference in New Issue
Block a user