Skip to content
Snippets Groups Projects
Commit 7f57b67f authored by Steffen Vogel's avatar Steffen Vogel :santa_tone2:
Browse files

adjust docker-compose file to work with letsencrypt setup on fein-aachen.org

parent 02b1de03
No related branches found
No related tags found
No related merge requests found
version: "2"
networks:
default:
webproxy:
external: true
volumes:
database:
driver: local
......@@ -33,10 +38,18 @@ services:
build:
context: .
dockerfile: Dockerfile.nginx
ports:
- "80:80"
- "443:443"
- "8080:8080"
# ports:
# - "80:80"
# - "443:443"
volumes:
- website:/www
environment:
VIRTUAL_HOST: web.villas.fein-aachen.org
LETSENCRYPT_HOST: web.villas.fein-aachen.org
LETSENCRYPT_EMAIL: post@steffenvogel.de
networks:
- webproxy
- default
# The MongoDB database for the VILLASweb backend
database:
......@@ -54,7 +67,7 @@ services:
dockerfile: Dockerfile.node
privileged: true
restart: always
command: node /etc/villas/node/websocket-demo.conf
command: node /etc/villas/node/websocket-demo-files.conf
volumes:
- ./etc/node:/etc/villas/node
ports:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment