mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 06:58:06 -03:30
Merge pull request #5956 from chrismeyersfsu/fix-new_postgres
allow external pg connections Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
commit
78ea643460
@ -50,6 +50,8 @@ services:
|
||||
container_name: tools_postgres_1
|
||||
ports:
|
||||
- "5432:5432"
|
||||
environment:
|
||||
POSTGRES_HOST_AUTH_METHOD: trust
|
||||
memcached:
|
||||
image: memcached:alpine
|
||||
container_name: tools_memcached_1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user