mirror of
https://github.com/ansible/awx.git
synced 2026-01-31 17:18:59 -03:30
Remove local port binding for postgres in dev env
I dont think we need to bind this port at the host level. This will allow us to run the galaxy_ng dev tooling side-by-side with AWX.
This commit is contained in:
@@ -46,8 +46,6 @@ services:
|
||||
postgres:
|
||||
image: postgres:10
|
||||
container_name: tools_postgres_1
|
||||
ports:
|
||||
- "5432:5432"
|
||||
environment:
|
||||
POSTGRES_HOST_AUTH_METHOD: trust
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user