mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Fix pg password in cluster dev env
This commit is contained in:
parent
fe850c247f
commit
22441d280e
@ -91,13 +91,8 @@ services:
|
||||
- CLUSTERED=true
|
||||
- CLUSTER_WITH=rabbitmq_1
|
||||
postgres:
|
||||
image: centos/postgresql-10-centos7
|
||||
image: postgres:10
|
||||
container_name: tools_postgres_1
|
||||
environment:
|
||||
POSTGRESQL_USER: awx
|
||||
POSTGRESQL_PASSWORD: awxpass
|
||||
POSTGRESQL_DATABASE: awx
|
||||
POSTGRESQL_ADMIN_PASSWORD: postgrespass
|
||||
memcached:
|
||||
image: memcached:alpine
|
||||
container_name: tools_memcached_1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user