Verification done? Try many + 3

This commit is contained in:
Frank
2026-01-16 21:57:44 +01:00
parent 08139c09f8
commit e4b7f32540

View File

@@ -13,7 +13,7 @@ services:
- ../:/var/www/html:delegated
- /etc/hosts:/etc/hosts:ro
env_file:
- .env.dist
- .env
environment:
APP_ENV: ${APP_ENV}
SITE_BASE_URL: ${SITE_BASE_URL}
@@ -47,7 +47,7 @@ services:
- ../:/var/www/html:delegated
- /etc/hosts:/etc/hosts:ro
env_file:
- .env.dist
- .env
environment:
APP_ENV: ${APP_ENV}
SITE_BASE_URL: ${SITE_BASE_URL}
@@ -104,7 +104,7 @@ services:
image: dunglas/mercure:v0.21
container_name: escapepage-mercure
env_file:
- .env.dist
- .env
environment:
SERVER_NAME: ":80"
MERCURE_PUBLISHER_JWT_KEY: ${MERCURE_JWT_SECRET}
@@ -129,7 +129,7 @@ services:
image: mysql:8.0
container_name: escapepage-db
env_file:
- .env.dist
- .env
environment:
MYSQL_DATABASE: ${DB_NAME:-app}
MYSQL_USER: ${DB_USER:-app}