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_file:
- .env - .env
labels: labels:
- "com.ghost.tel/stack-type=dev-only"
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.form-mailer.rule=Host(`bookclub.${DOMAIN}`)" - "traefik.http.routers.form-mailer.rule=Host(`bookclub.${DOMAIN}`)"
- "traefik.http.routers.form-mailer.entrypoints=https" - "traefik.http.routers.form-mailer.entrypoints=https"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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