correct
This commit is contained in:
parent
090a61d452
commit
5ef1e88f9a
@ -26,8 +26,8 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: docker/Dockerfile.client
|
dockerfile: docker/Dockerfile.client
|
||||||
expose:
|
ports:
|
||||||
- '80'
|
- '80:80'
|
||||||
volumes:
|
volumes:
|
||||||
- dist-data:/usr/share/nginx/html:ro
|
- dist-data:/usr/share/nginx/html:ro
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -36,11 +36,6 @@ services:
|
|||||||
- coolify
|
- coolify
|
||||||
- default
|
- default
|
||||||
restart: unless-stopped
|
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:
|
volumes:
|
||||||
dist-data:
|
dist-data:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user