Run PG upgrade tasks in container because of permissions

* update pg references
This commit is contained in:
Christian M. Adams
2021-01-08 16:36:47 -05:00
parent b22aa3e99e
commit 57c3b9ab17
4 changed files with 20 additions and 25 deletions

View File

@@ -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 }}