expose the port
This commit is contained in:
parent
876af2ffaf
commit
721082e1b9
|
@ -1,6 +1,7 @@
|
||||||
FROM node
|
FROM node
|
||||||
WORKDIR /project
|
WORKDIR /project
|
||||||
ADD index.html index.js /project/
|
ADD index.html index.js /project/
|
||||||
|
EXPOSE 1312
|
||||||
LABEL traefik.enable=true
|
LABEL traefik.enable=true
|
||||||
LABEL traefik.http.routers.tws_links.rule=Host(`techwork.zone`)
|
LABEL traefik.http.routers.tws_links.rule=Host(`techwork.zone`)
|
||||||
LABEL traefik.http.routers.tws_links.tls.certresolver=letsencrypt
|
LABEL traefik.http.routers.tws_links.tls.certresolver=letsencrypt
|
||||||
|
|
Loading…
Reference in a new issue