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:
softwarefactory-project-zuul[bot] 2020-02-17 15:56:25 +00:00 committed by GitHub
commit 78ea643460
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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