add ROOT_FQDN env variable
Some checks failed
Deploy Bookshelf / deploy (push) Failing after 5s

This commit is contained in:
Julien Aldon
2026-01-13 15:55:32 +01:00
parent e8208363c0
commit b718865030
4 changed files with 59 additions and 2 deletions

View File

@@ -4,6 +4,8 @@ services:
build:
context: .
dockerfile: front/Dockerfile
args:
VUE_APP_ROOT_FQDN: ${ROOT_FQDN}
ports:
- 80:80
depends_on:
@@ -32,6 +34,7 @@ services:
MARIADB_PASSWORD: ${MARIADB_PASSWORD}
MARIADB_ROOT_PASSWORD: ${MARIADB_ROOT_PASSWORD}
MARIADB_DATABASE: ${MARIADB_DATABASE}
ROOT_FQDN: ${ROOT_FQDN}
volumes:
- db:/var/lib/mysql
- ./back/db/:/docker-entrypoint-initdb.d/