mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 20:30:46 -03:30
allow external pg connections
* Postgres containers now, by default, do not allow passwordless users to connect remotely. This change explicitly allows that case.
This commit is contained in:
parent
5b4ed6dd59
commit
0db0f81e53
@ -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