udpate dockerfile and binds for FormData, fetch, and challenge direcotyr webroot for nginx

develop
Thomas Lynch 1 year ago
parent e725ed909f
commit 71195b808a
  1. 2
      Dockerfile
  2. 4
      docker-compose.yml

@ -1,4 +1,4 @@
FROM node:16
FROM node:latest
WORKDIR /opt
ENV NODE_ENV production

@ -8,6 +8,10 @@ services:
- "127.0.0.1:3000:3000"
environment:
- NODE_ENV=production
volumes:
- type: bind
source: /tmp/acme-tests/.well-known/acme-challenge/
target: /tmp/acme-tests/.well-known/acme-challenge/
haproxy_panel_mongo:
restart: always
image: mongo:latest

Loading…
Cancel
Save