forked from External/greenlight
GRN2-162: Revert to sqlite in docker compose (#594)
* Revert to sqlite * Missed uncomenting sqlite volume * Update sample.env
This commit is contained in:
committed by
Jesus Federico
parent
98f7afb9a1
commit
e153528fcc
13
sample.env
13
sample.env
@ -188,11 +188,10 @@ ENABLE_GOOGLE_CALENDAR_BUTTON=
|
||||
# DB_USERNAME=postgres
|
||||
# DB_PASSWORD=password
|
||||
#
|
||||
# Note that the example provided, works for deployments based on the docker-compose script wich is also included.
|
||||
# But should you need to use an external Postgres server, the right values for HOST, USERNAME and PASSWORD should be applied.
|
||||
# For deployments based on the docker-compose script also included, the HOST should be set with the Docker container id.
|
||||
#
|
||||
DB_ADAPTER=postgresql
|
||||
DB_HOST=db
|
||||
DB_NAME=greenlight_production
|
||||
DB_USERNAME=postgres
|
||||
DB_PASSWORD=password
|
||||
# DB_ADAPTER=postgresql
|
||||
# DB_HOST=db
|
||||
# DB_NAME=greenlight_production
|
||||
# DB_USERNAME=postgres
|
||||
# DB_PASSWORD=password
|
||||
|
Reference in New Issue
Block a user