correct
This commit is contained in:
parent
090a61d452
commit
5ef1e88f9a
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user