mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
Run PG upgrade tasks in container because of permissions
* update pg references
This commit is contained in:
@@ -177,7 +177,7 @@ services:
|
||||
container_name: awx_postgres
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- "{{ postgres_data_dir }}/10/data/:/var/lib/postgresql/data:Z"
|
||||
- "{{ postgres_data_dir }}:/var/lib/postgresql:Z"
|
||||
environment:
|
||||
POSTGRES_USER: {{ pg_username }}
|
||||
POSTGRES_PASSWORD: {{ pg_password }}
|
||||
|
||||
Reference in New Issue
Block a user