mirror of
https://github.com/cytopia/devilbox.git
synced 2025-06-05 09:01:03 +00:00
Default env variable to prevent .env misconfigurations
This commit is contained in:
parent
056bbfb057
commit
5679774a30
@ -13,6 +13,7 @@ major versions.
|
|||||||
- Fixed PHP FPM images
|
- Fixed PHP FPM images
|
||||||
- Fixed cert-gen for HAProxy
|
- Fixed cert-gen for HAProxy
|
||||||
- Various spelling errors in documentation
|
- Various spelling errors in documentation
|
||||||
|
- PostgreSQL startup without a password
|
||||||
#### Added
|
#### Added
|
||||||
- [#686](https://github.com/cytopia/devilbox/pull/686) Added documentation for ExpressEngine
|
- [#686](https://github.com/cytopia/devilbox/pull/686) Added documentation for ExpressEngine
|
||||||
|
|
||||||
|
@ -355,7 +355,7 @@ services:
|
|||||||
|
|
||||||
- POSTGRES_USER=${PGSQL_ROOT_USER}
|
- POSTGRES_USER=${PGSQL_ROOT_USER}
|
||||||
- POSTGRES_PASSWORD=${PGSQL_ROOT_PASSWORD}
|
- POSTGRES_PASSWORD=${PGSQL_ROOT_PASSWORD}
|
||||||
- POSTGRES_HOST_AUTH_METHOD=${PGSQL_HOST_AUTH_METHOD}
|
- POSTGRES_HOST_AUTH_METHOD=${PGSQL_HOST_AUTH_METHOD:-trust}
|
||||||
- PGDATA=/var/lib/postgresql/data/pgdata
|
- PGDATA=/var/lib/postgresql/data/pgdata
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user