mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 07:26:03 -03:30
Merge pull request #7359 from shanemcd/no-host-pg-port
Remove local port binding for postgres in dev env Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user