admin
All checks were successful
Build and Publish Images / build-and-push (push) Successful in 17s

This commit is contained in:
arrelin
2026-03-06 17:46:38 +03:00
parent ad2f6a5883
commit c9dafa4cc6
2 changed files with 16 additions and 9 deletions

View File

@@ -34,17 +34,24 @@ services:
frontend:
image: 192.168.31.100:3847/arrelin/wedding-frontend:latest
container_name: wedding_frontend
expose:
- "80"
depends_on:
- backend
networks:
- app_network
- coolify
restart: unless-stopped
labels:
- traefik.enable=true
- traefik.http.routers.wedding-frontend.rule=Host(`weddinge.duckdns.org`)
- traefik.http.routers.wedding-frontend.entrypoints=https
- traefik.http.routers.wedding-frontend.tls=true
- traefik.http.services.wedding-frontend.loadbalancer.server.port=80
networks:
app_network:
driver: bridge
coolify:
external: true
volumes:
postgres_data: