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>
27 lines
704 B
YAML
27 lines
704 B
YAML
services:
|
|
dockge:
|
|
image: louislam/dockge:1
|
|
container_name: dockge
|
|
restart: unless-stopped
|
|
ports:
|
|
- 5001:5001
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
- ./data:/app/data
|
|
- /var/core:/var/core
|
|
environment:
|
|
- DOCKGE_STACKS_DIR=/var/core
|
|
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"
|
|
- "traefik.http.routers.dockge.tls.certresolver=http"
|
|
- "traefik.http.services.dockge.loadbalancer.server.port=5001"
|
|
|
|
networks:
|
|
web:
|
|
external: true
|