From 51b0c5160593ae5a08daaf8fdc5783709ff48d4b Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Tue, 16 Jun 2020 19:18:28 -0400 Subject: [PATCH] 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. --- installer/roles/image_build/templates/Dockerfile.j2 | 1 + tools/docker-compose.yml | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/installer/roles/image_build/templates/Dockerfile.j2 b/installer/roles/image_build/templates/Dockerfile.j2 index 0b0c5962bd..b44d959365 100644 --- a/installer/roles/image_build/templates/Dockerfile.j2 +++ b/installer/roles/image_build/templates/Dockerfile.j2 @@ -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 %} diff --git a/tools/docker-compose.yml b/tools/docker-compose.yml index 9c5808bd41..19ead50661 100644 --- a/tools/docker-compose.yml +++ b/tools/docker-compose.yml @@ -46,8 +46,6 @@ services: postgres: image: postgres:10 container_name: tools_postgres_1 - ports: - - "5432:5432" environment: POSTGRES_HOST_AUTH_METHOD: trust volumes: