⏪ Reverting the previous change
This commit is contained in:
@@ -10,7 +10,6 @@ COPY nodemon.json /usr/src/threetwo
|
|||||||
COPY jsdoc.json /usr/src/threetwo
|
COPY jsdoc.json /usr/src/threetwo
|
||||||
|
|
||||||
RUN yarn
|
RUN yarn
|
||||||
ENV DOCKER_SOCKET_HOST cat /etc/hostname
|
|
||||||
|
|
||||||
COPY . /usr/src/threetwo
|
COPY . /usr/src/threetwo
|
||||||
EXPOSE 3050
|
EXPOSE 3050
|
||||||
|
|||||||
@@ -8,8 +8,6 @@ services:
|
|||||||
image: frishi/threetwo
|
image: frishi/threetwo
|
||||||
container_name: threetwo-ui
|
container_name: threetwo-ui
|
||||||
env_file: ./docker-compose.env
|
env_file: ./docker-compose.env
|
||||||
environment:
|
|
||||||
DOCKER_SOCKET_HOST: ws://${DOCKER_GATEWAY_HOST:-host.docker.internal}:8051
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
|
|||||||
Reference in New Issue
Block a user