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