We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d3a895 commit 2e5955dCopy full SHA for 2e5955d
1 file changed
config/deploy.yml
@@ -50,10 +50,10 @@ accessories:
50
port: "127.0.0.1:5432:5432"
51
env:
52
clear:
53
- - POSTGRES_DB=ubixar
54
- - POSTGRES_USER=ubixar
55
- - DB_HOST: 127.0.0.1
56
- - DB_PORT: 5432
+ POSTGRES_DB: ubixar
+ POSTGRES_USER: ubixar
+ DB_HOST: 127.0.0.1
+ DB_PORT: 5432
57
secret:
58
- POSTGRES_PASSWORD:PASSWORD
59
directories:
0 commit comments