Fix:
Postgres as supplying wrong env variable
This commit is contained in:
parent
ed8feff302
commit
426bd8e82a
@ -21,9 +21,9 @@
|
|||||||
state: started
|
state: started
|
||||||
restart_policy: "unless-stopped"
|
restart_policy: "unless-stopped"
|
||||||
env:
|
env:
|
||||||
POSTGRESQL_USER: "{{ pg_user }}"
|
POSTGRES_USER: "{{ pg_user }}"
|
||||||
POSTGRESQL_PASSWORD: "{{ pg_password }}"
|
POSTGRES_PASSWORD: "{{ pg_password }}"
|
||||||
POSTGRESQL_DATABASE: 'postgres'
|
POSTGRES_DB: 'postgres'
|
||||||
PGDATA: '/var/lib/postgresql/data/pgdata'
|
PGDATA: '/var/lib/postgresql/data/pgdata'
|
||||||
published_ports:
|
published_ports:
|
||||||
- 5432:5432
|
- 5432:5432
|
||||||
|
Loading…
Reference in New Issue
Block a user