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>
24 lines
659 B
YAML
24 lines
659 B
YAML
services:
|
|
filebrowser:
|
|
image: filebrowser/filebrowser:latest
|
|
container_name: filebrowser
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ./config/filebrowser.db:/database.db
|
|
- ${FILE_ROOT:-/srv}:/srv
|
|
expose:
|
|
- 80
|
|
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}`)"
|
|
- "traefik.http.routers.filebrowser.tls.certresolver=http"
|
|
- "traefik.http.services.filebrowser.loadbalancer.server.port=80"
|
|
|
|
networks:
|
|
web:
|
|
external: true
|