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>
22 lines
610 B
YAML
22 lines
610 B
YAML
services:
|
|
form-mailer:
|
|
build: .
|
|
container_name: bookclub-form-mailer
|
|
restart: unless-stopped
|
|
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"
|
|
- "traefik.http.routers.form-mailer.tls=true"
|
|
- "traefik.http.routers.form-mailer.tls.certresolver=http"
|
|
- "traefik.http.services.form-mailer.loadbalancer.server.port=3000"
|
|
networks:
|
|
- web
|
|
|
|
networks:
|
|
web:
|
|
external: true
|