add postgres username
All checks were successful
Deploy Containers / Prepare (push) Successful in 42s
All checks were successful
Deploy Containers / Prepare (push) Successful in 42s
This commit is contained in:
@@ -49,6 +49,7 @@
|
|||||||
volumes:
|
volumes:
|
||||||
- "{{ data_dir }}/api/db:/var/lib/postgresql/data"
|
- "{{ data_dir }}/api/db:/var/lib/postgresql/data"
|
||||||
env:
|
env:
|
||||||
|
POSTGRES_USER: "api"
|
||||||
POSTGRES_PASSWORD: "{{ API_POSTGRES_PASSWORD }}"
|
POSTGRES_PASSWORD: "{{ API_POSTGRES_PASSWORD }}"
|
||||||
PGDATA: "/var/lib/postgresql/data/pgdata"
|
PGDATA: "/var/lib/postgresql/data/pgdata"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user