Updates to work around cloudflare tunnel
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
2026-07-14 00:02:16 -03:00
parent 276551edb3
commit e59e694363
6 changed files with 17 additions and 12 deletions
+27
View File
@@ -0,0 +1,27 @@
# Thin deploy context for Dockhand/Hawser.
# Keep only runtime compose here so git-stack sync does not ship static/media.
services:
mifi-holdings-armandine-gallery:
image: git.mifi.dev/mifi-holdings/armandine:latest
container_name: mifi-holdings-armandine
restart: unless-stopped
networks:
- marina-net
labels:
- "traefik.enable=true"
- "traefik.docker.network=marina-net"
- "traefik.http.routers.armandine-gallery.rule=Host(`armandine.mifi.holdings`)"
- "traefik.http.routers.armandine-gallery.entrypoints=websecure"
- "traefik.http.routers.armandine-gallery.middlewares=gzip@file,security-supermax-with-analytics@file"
- "traefik.http.routers.armandine-gallery.tls=true"
- "traefik.http.routers.armandine-gallery.tls.certresolver=letsencrypt"
- "traefik.http.services.armandine-gallery.loadbalancer.server.port=80"
healthcheck:
test: ["CMD-SHELL", "wget --spider -q http://localhost/ || exit 1"]
interval: 20s
timeout: 3s
retries: 3
networks:
marina-net:
external: true