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

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