This commit is contained in:
ordinarthur 2026-03-12 20:27:54 +01:00
parent 090a61d452
commit 5ef1e88f9a

View File

@ -26,8 +26,8 @@ services:
build:
context: .
dockerfile: docker/Dockerfile.client
expose:
- '80'
ports:
- '80:80'
volumes:
- dist-data:/usr/share/nginx/html:ro
depends_on:
@ -36,11 +36,6 @@ services:
- coolify
- default
restart: unless-stopped
labels:
- traefik.enable=true
- traefik.http.routers.rebours.rule=Host(`rebours.studio`)
- traefik.http.routers.rebours.entrypoints=http
- traefik.http.services.rebours.loadbalancer.server.port=80
volumes:
dist-data: