mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -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:
parent
5ca66ac806
commit
51b0c51605
@ -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 %}
|
||||
|
||||
@ -46,8 +46,6 @@ services:
|
||||
postgres:
|
||||
image: postgres:10
|
||||
container_name: tools_postgres_1
|
||||
ports:
|
||||
- "5432:5432"
|
||||
environment:
|
||||
POSTGRES_HOST_AUTH_METHOD: trust
|
||||
volumes:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user