Add stack-type=dev-only labels to dev stacks
Some checks failed
Deploy Stacks / deploy-prod (push) Has been skipped
Deploy Stacks / deploy-dev (push) Has been cancelled

Label stacks that should only run on ubuntu-dev:
- bookclub, dockge, filebrowser, meshmon, meshtastic-web
- mllogwatcher, network-mcp, obby, obsidian-tools
- syncthing, szurubooru

These will now be filtered by the updated workflow.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-22 15:05:36 -05:00
parent d44a8c7276
commit 0d9b0302a2
11 changed files with 17 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ services:
env_file:
- .env
labels:
- "com.ghost.tel/stack-type=dev-only"
- "traefik.enable=true"
- "traefik.http.routers.form-mailer.rule=Host(`bookclub.${DOMAIN}`)"
- "traefik.http.routers.form-mailer.entrypoints=https"

View File

@@ -14,6 +14,7 @@ services:
networks:
- web
labels:
- "com.ghost.tel/stack-type=dev-only"
- "traefik.enable=true"
- "traefik.http.routers.dockge.rule=Host(`dockge.${DOMAIN}`)"
- "traefik.http.routers.dockge.entrypoints=https"

View File

@@ -11,6 +11,7 @@ services:
networks:
- web
labels:
- "com.ghost.tel/stack-type=dev-only"
- "traefik.enable=true"
- "traefik.http.routers.filebrowser.entrypoints=https"
- "traefik.http.routers.filebrowser.rule=Host(`files.${DOMAIN}`)"

View File

@@ -9,6 +9,8 @@ services:
- meshmonitor-data:/data
env_file:
- .env
labels:
- "com.ghost.tel/stack-type=dev-only"
volumes:
meshmonitor-data:
driver: local

View File

@@ -5,3 +5,5 @@ services:
restart: unless-stopped
ports:
- "8585:8080"
labels:
- "com.ghost.tel/stack-type=dev-only"

View File

@@ -12,3 +12,5 @@ services:
- /etc/ansible/hosts:/etc/ansible/hosts:ro
- ./.ssh:/var/core/mlLogWatcher/.ssh:ro
restart: unless-stopped
labels:
- "com.ghost.tel/stack-type=dev-only"

View File

@@ -8,6 +8,8 @@ services:
restart: always
env_file:
- .env
labels:
- "com.ghost.tel/stack-type=dev-only"
environment:
FRONTEND_PORT: "5001"
ports:

View File

@@ -18,3 +18,5 @@ services:
- /dev/dri:/dev/dri #optional
shm_size: "1gb"
restart: unless-stopped
labels:
- "com.ghost.tel/stack-type=dev-only"

View File

@@ -18,6 +18,7 @@ services:
depends_on:
- syncthing
labels:
- "com.ghost.tel/stack-type=dev-only"
- "traefik.enable=true"
- "traefik.docker.network=web"
- "traefik.http.routers.todo-obbytodo.entrypoints=https"

View File

@@ -19,6 +19,7 @@ services:
networks:
- web
labels:
- "com.ghost.tel/stack-type=dev-only"
- "traefik.enable=true"
- "traefik.http.routers.syncthing.entrypoints=https"
- "traefik.http.routers.syncthing.rule=Host(`syncthing.${DOMAIN}`)"

View File

@@ -8,6 +8,8 @@ services:
image: szurubooru/server:latest
depends_on:
- sql
labels:
- "com.ghost.tel/stack-type=dev-only"
environment:
## These should be the names of the dependent containers listed below,
## or FQDNs/IP addresses if these services are running outside of Docker