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:
|
||||
- "{{ data_dir }}/api/db:/var/lib/postgresql/data"
|
||||
env:
|
||||
POSTGRES_USER: "api"
|
||||
POSTGRES_PASSWORD: "{{ API_POSTGRES_PASSWORD }}"
|
||||
PGDATA: "/var/lib/postgresql/data/pgdata"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user