error on env
This commit is contained in:
parent
682538b8bc
commit
86c6cc00d8
|
@ -21,6 +21,13 @@ services:
|
||||||
- CORS_ALLOW_ORIGIN='^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$'
|
- CORS_ALLOW_ORIGIN='^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$'
|
||||||
- JWT_SECRET_KEY=%kernel.project_dir%/config/jwt/private.pem
|
- JWT_SECRET_KEY=%kernel.project_dir%/config/jwt/private.pem
|
||||||
- JWT_PUBLIC_KEY=%kernel.project_dir%/config/jwt/public.pem
|
- JWT_PUBLIC_KEY=%kernel.project_dir%/config/jwt/public.pem
|
||||||
|
- DB_DRIVER=pdo_pgsql
|
||||||
|
- DB_NAME=koillection
|
||||||
|
- DB_HOST=db
|
||||||
|
- DB_PORT=5432
|
||||||
|
- DB_USER=root
|
||||||
|
- DB_PASSWORD=root
|
||||||
|
- DB_VERSION=15
|
||||||
networks:
|
networks:
|
||||||
- koillection
|
- koillection
|
||||||
- tipi_main_network
|
- tipi_main_network
|
||||||
|
@ -55,13 +62,6 @@ services:
|
||||||
container_name: db
|
container_name: db
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- DB_DRIVER=pdo_pgsql
|
|
||||||
- DB_NAME=koillection
|
|
||||||
- DB_HOST=db
|
|
||||||
- DB_PORT=5432
|
|
||||||
- DB_USER=root
|
|
||||||
- DB_PASSWORD=root
|
|
||||||
- DB_VERSION=15
|
|
||||||
- POSTGRES_DB=koillection
|
- POSTGRES_DB=koillection
|
||||||
- POSTGRES_USER=root
|
- POSTGRES_USER=root
|
||||||
- POSTGRES_PASSWORD=root
|
- POSTGRES_PASSWORD=root
|
||||||
|
|
Loading…
Reference in New Issue
Block a user