Send variables to containers.
This commit is contained in:
@@ -14,6 +14,17 @@ services:
|
|||||||
- /etc/hosts:/etc/hosts:ro
|
- /etc/hosts:/etc/hosts:ro
|
||||||
environment:
|
environment:
|
||||||
APP_ENV: ${APP_ENV:-dev}
|
APP_ENV: ${APP_ENV:-dev}
|
||||||
|
SITE_BASE_URL: ${SITE_BASE_URL:-https://escapepage.dev}
|
||||||
|
MAILER_DSN: ${MAILER_DSN:-smtp://mailer:1025}
|
||||||
|
MAILER_FROM: ${MAILER_FROM:-noreply@escapepage.dev}
|
||||||
|
DATABASE_URL: ${DATABASE_URL:-mysql://escapepage:b.0nqrxJ/D*Luf9N@database:3306/escapepage?serverVersion=8.0.32&charset=utf8mb4}
|
||||||
|
MERCURE_URL: ${MERCURE_URL:-http://mercure/.well-known/mercure}
|
||||||
|
MERCURE_PUBLIC_URL: ${MERCURE_PUBLIC_URL:-http://localhost:8090/.well-known/mercure}
|
||||||
|
MERCURE_JWT_SECRET: ${MERCURE_JWT_SECRET:-!ChangeThisMercureJWTSignedBySymfonySecretKey!}
|
||||||
|
MERCURE_CORS_ALLOWED_ORIGINS: ${MERCURE_CORS_ALLOWED_ORIGINS:-https://localhost:8443}
|
||||||
|
MERCURE_TOPIC_BASE: ${MERCURE_TOPIC_BASE:-https://escapepage.dev}
|
||||||
|
RECAPTCHA3_KEY: ${RECAPTCHA3_KEY:-my_site_key}
|
||||||
|
RECAPTCHA3_SECRET: ${RECAPTCHA3_SECRET:-my_secret}
|
||||||
depends_on:
|
depends_on:
|
||||||
- database
|
- database
|
||||||
- mercure
|
- mercure
|
||||||
@@ -35,6 +46,17 @@ services:
|
|||||||
- /etc/hosts:/etc/hosts:ro
|
- /etc/hosts:/etc/hosts:ro
|
||||||
environment:
|
environment:
|
||||||
APP_ENV: ${APP_ENV:-dev}
|
APP_ENV: ${APP_ENV:-dev}
|
||||||
|
SITE_BASE_URL: ${SITE_BASE_URL:-https://escapepage.dev}
|
||||||
|
MAILER_DSN: ${MAILER_DSN:-smtp://mailer:1025}
|
||||||
|
MAILER_FROM: ${MAILER_FROM:-noreply@escapepage.dev}
|
||||||
|
DATABASE_URL: ${DATABASE_URL:-mysql://escapepage:b.0nqrxJ/D*Luf9N@database:3306/escapepage?serverVersion=8.0.32&charset=utf8mb4}
|
||||||
|
MERCURE_URL: ${MERCURE_URL:-http://mercure/.well-known/mercure}
|
||||||
|
MERCURE_PUBLIC_URL: ${MERCURE_PUBLIC_URL:-http://localhost:8090/.well-known/mercure}
|
||||||
|
MERCURE_JWT_SECRET: ${MERCURE_JWT_SECRET:-!ChangeThisMercureJWTSignedBySymfonySecretKey!}
|
||||||
|
MERCURE_CORS_ALLOWED_ORIGINS: ${MERCURE_CORS_ALLOWED_ORIGINS:-https://localhost:8443}
|
||||||
|
MERCURE_TOPIC_BASE: ${MERCURE_TOPIC_BASE:-https://escapepage.dev}
|
||||||
|
RECAPTCHA3_KEY: ${RECAPTCHA3_KEY:-my_site_key}
|
||||||
|
RECAPTCHA3_SECRET: ${RECAPTCHA3_SECRET:-my_secret}
|
||||||
depends_on:
|
depends_on:
|
||||||
- database
|
- database
|
||||||
- mercure
|
- mercure
|
||||||
|
|||||||
Reference in New Issue
Block a user