Skip to content

Commit

Permalink
performance workflows fix ipv6 listening to server
Browse files Browse the repository at this point in the history
  • Loading branch information
parvit committed Apr 21, 2024
1 parent 5aa2fb2 commit 43975c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions docker/server-env/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ services:
- QPEP_REV=${QPEP_REV}
extra_hosts:
- "MQTT:${SERVER_ADDRESS}"
- "QPEP_GATEWAY:127.0.0.1"
- "QPEP_ADDRESS:${QPEP_ADDRESS}"
ports:
- target: 1443
published: 1443
Expand Down
3 changes: 1 addition & 2 deletions docker/server-env/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,8 @@ mkdir -p /opt/build/config \n\
WORKDIR /root
RUN printf '#!/bin/bash -xe \n\
envsubst < /root/qpep/docker/server-env/server/config/qpep.yml.tpl > /opt/build/config/qpep.yml \n\
cat /opt/build/config/qpep.yml \n\
cp /root/qpep/docker/server-env/server/*.pem /opt/build/ \n\
ping -c 3 QPEP_GATEWAY \n\
ping -c 3 QPEP_ADDRESS \n\
ping -c 3 MQTT \n\
cd /opt/build \n\
./qpep -v \n\
Expand Down

0 comments on commit 43975c4

Please sign in to comment.