mirror of
https://github.com/ansible/awx.git
synced 2026-02-21 05:00:07 -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 \
|
make \
|
||||||
patch \
|
patch \
|
||||||
wget \
|
wget \
|
||||||
|
diffutils \
|
||||||
unzip && \
|
unzip && \
|
||||||
npm install -g n && n 10.15.0 && dnf remove -y nodejs
|
npm install -g n && n 10.15.0 && dnf remove -y nodejs
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
@@ -46,8 +46,6 @@ services:
|
|||||||
postgres:
|
postgres:
|
||||||
image: postgres:10
|
image: postgres:10
|
||||||
container_name: tools_postgres_1
|
container_name: tools_postgres_1
|
||||||
ports:
|
|
||||||
- "5432:5432"
|
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_HOST_AUTH_METHOD: trust
|
POSTGRES_HOST_AUTH_METHOD: trust
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user