Reverting the previous change

This commit is contained in:
2021-10-19 21:19:59 -07:00
parent 7b10f28ee0
commit 5dbe7afd5e
2 changed files with 0 additions and 3 deletions

View File

@@ -10,7 +10,6 @@ COPY nodemon.json /usr/src/threetwo
COPY jsdoc.json /usr/src/threetwo
RUN yarn
ENV DOCKER_SOCKET_HOST cat /etc/hostname
COPY . /usr/src/threetwo
EXPOSE 3050

View File

@@ -8,8 +8,6 @@ services:
image: frishi/threetwo
container_name: threetwo-ui
env_file: ./docker-compose.env
environment:
DOCKER_SOCKET_HOST: ws://${DOCKER_GATEWAY_HOST:-host.docker.internal}:8051
restart: unless-stopped
labels:
- "traefik.enable=true"