mirror of
https://github.com/ansible/awx.git
synced 2026-02-12 07:04:45 -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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user