mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 05:55:59 -03:30
Merge pull request #4762 from shanemcd/devel
Fix cluster dev env Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -91,13 +91,8 @@ services:
|
|||||||
- CLUSTERED=true
|
- CLUSTERED=true
|
||||||
- CLUSTER_WITH=rabbitmq_1
|
- CLUSTER_WITH=rabbitmq_1
|
||||||
postgres:
|
postgres:
|
||||||
image: centos/postgresql-10-centos7
|
image: postgres:10
|
||||||
container_name: tools_postgres_1
|
container_name: tools_postgres_1
|
||||||
environment:
|
|
||||||
POSTGRESQL_USER: awx
|
|
||||||
POSTGRESQL_PASSWORD: awxpass
|
|
||||||
POSTGRESQL_DATABASE: awx
|
|
||||||
POSTGRESQL_ADMIN_PASSWORD: postgrespass
|
|
||||||
memcached:
|
memcached:
|
||||||
image: memcached:alpine
|
image: memcached:alpine
|
||||||
container_name: tools_memcached_1
|
container_name: tools_memcached_1
|
||||||
|
|||||||
Reference in New Issue
Block a user