Remove the quotes from the password #7
|
@ -45,7 +45,7 @@ services:
|
|||
#### Connessione DB ####
|
||||
- DB_HOST={{ epas_db_host }} # default: indirizzo assegnato al container postgres linkato
|
||||
- DB_NAME={{ epas_db_name }} # default: epas
|
||||
- DB_PASS='{{ epas_db_pwd }}' # default: "non necessaria"
|
||||
- DB_PASS={{ epas_db_pwd }} # default: "non necessaria"
|
||||
- DB_PORT=5432 # default: 5432
|
||||
- DB_USER={{ epas_db_user }} # default: postgres
|
||||
#### server SMTP ####
|
||||
|
|
Loading…
Reference in New Issue