mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 10:27:37 -02: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:
@@ -50,6 +50,8 @@ services:
|
|||||||
container_name: tools_postgres_1
|
container_name: tools_postgres_1
|
||||||
ports:
|
ports:
|
||||||
- "5432:5432"
|
- "5432:5432"
|
||||||
|
environment:
|
||||||
|
POSTGRES_HOST_AUTH_METHOD: trust
|
||||||
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