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_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"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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}`)"
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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}`)"
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user