Updates galore

This commit is contained in:
2026-01-30 20:35:04 -03:00
parent a67c8df879
commit 2600d27cbd
4 changed files with 79 additions and 27 deletions

View File

@@ -9,6 +9,12 @@ services:
container_name: mifi-ventures-landing
pull_policy: always
restart: unless-stopped
healthcheck:
test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost/"]
interval: 30s
timeout: 3s
start_period: 5s
retries: 3
labels:
- "traefik.enable=true"
- "traefik.docker.network=marina-net"
@@ -17,6 +23,9 @@ services:
- "traefik.http.routers.mifiventures.middlewares=secure-all@file,redirect-www-to-non-www@file"
- "traefik.http.routers.mifiventures.tls=true"
- "traefik.http.routers.mifiventures.tls.certresolver=letsencrypt"
networks:
- marina-net
networks:
marina-net:
external: true