More tweaks

This commit is contained in:
2026-01-30 19:52:39 -03:00
parent d06b610e31
commit a67c8df879

View File

@@ -5,12 +5,10 @@
services:
landing:
image: ${LANDING_IMAGE:-git.mifi.dev/mifi-ventures/landing:latest}
image: git.mifi.dev/mifi-ventures/landing:latest
container_name: mifi-ventures-landing
pull_policy: always
restart: unless-stopped
ports:
- "${LANDING_PORT:-8080}:80"
labels:
- "traefik.enable=true"
- "traefik.docker.network=marina-net"