Add stack-type=dev-only labels to dev stacks
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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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}`)"
|
||||
|
||||
@@ -9,6 +9,8 @@ services:
|
||||
- meshmonitor-data:/data
|
||||
env_file:
|
||||
- .env
|
||||
labels:
|
||||
- "com.ghost.tel/stack-type=dev-only"
|
||||
volumes:
|
||||
meshmonitor-data:
|
||||
driver: local
|
||||
|
||||
@@ -5,3 +5,5 @@ services:
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8585:8080"
|
||||
labels:
|
||||
- "com.ghost.tel/stack-type=dev-only"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -8,6 +8,8 @@ services:
|
||||
restart: always
|
||||
env_file:
|
||||
- .env
|
||||
labels:
|
||||
- "com.ghost.tel/stack-type=dev-only"
|
||||
environment:
|
||||
FRONTEND_PORT: "5001"
|
||||
ports:
|
||||
|
||||
@@ -18,3 +18,5 @@ services:
|
||||
- /dev/dri:/dev/dri #optional
|
||||
shm_size: "1gb"
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
- "com.ghost.tel/stack-type=dev-only"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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}`)"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user