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:
Shane McDonald 2020-06-16 19:18:28 -04:00
parent 5ca66ac806
commit 51b0c51605
No known key found for this signature in database
GPG Key ID: 6F374AF6E9EB9374
2 changed files with 1 additions and 2 deletions

View File

@ -107,6 +107,7 @@ RUN dnf -y install \
make \
patch \
wget \
diffutils \
unzip && \
npm install -g n && n 10.15.0 && dnf remove -y nodejs
{% endif %}

View File

@ -46,8 +46,6 @@ services:
postgres:
image: postgres:10
container_name: tools_postgres_1
ports:
- "5432:5432"
environment:
POSTGRES_HOST_AUTH_METHOD: trust
volumes: