Docker composer is working fine
This commit is contained in:
@@ -61,7 +61,7 @@ services:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
volumes:
|
||||
- /etc/letsencrypt/live/unluckiest.naaturel.be/:/etc/ssl/certs
|
||||
- ./ssl/:/etc/ssl/
|
||||
networks:
|
||||
- unluckiest_network
|
||||
depends_on:
|
||||
|
||||
@@ -12,6 +12,8 @@ server {
|
||||
|
||||
ssl_certificate /etc/ssl/certs/fullchain.pem;
|
||||
ssl_certificate_key /etc/ssl/certs/privkey.pem;
|
||||
include /etc/ssl/conf/options-ssl-nginx.conf;
|
||||
ssl_dhparam /etc/ssl/conf/ssl-dhparams.pem;
|
||||
|
||||
location / {
|
||||
proxy_pass http://webapp:3000;
|
||||
|
||||
Reference in New Issue
Block a user