fix docker-compose prod ROOT_FQDN var
All checks were successful
Deploy Bookshelf / deploy (push) Successful in 36s

This commit is contained in:
Julien Aldon
2026-01-13 15:57:07 +01:00
parent b718865030
commit 2e5aeb46ab

View File

@@ -4,8 +4,8 @@ services:
build: build:
context: . context: .
dockerfile: front/Dockerfile dockerfile: front/Dockerfile
args: environment:
VUE_APP_ROOT_FQDN: ${ROOT_FQDN} VUE_APP_ROOT_FQDN: ${SERVICE_ROOT_FQDN}
ports: ports:
- 80:80 - 80:80
depends_on: depends_on: