aboutsummaryrefslogtreecommitdiffstats
path: root/spring-front/docker-compose.yaml
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2023-05-09 19:14:27 +0000
committerterminaldweller <devi@terminaldweller.com>2023-05-09 19:14:27 +0000
commitbf2024e1b385e59326f8f8357cccb7347abaac97 (patch)
tree8586e4325f2e75a7667081f1aa15dda817e2ff31 /spring-front/docker-compose.yaml
parentremoved the docs, we no longer need them (diff)
downloadmdrtl-bf2024e1b385e59326f8f8357cccb7347abaac97.tar.gz
mdrtl-bf2024e1b385e59326f8f8357cccb7347abaac97.zip
updated the package.lock and changed compose bind mount so we dont to change cert name manuallyHEADmain
Diffstat (limited to 'spring-front/docker-compose.yaml')
-rw-r--r--spring-front/docker-compose.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/spring-front/docker-compose.yaml b/spring-front/docker-compose.yaml
index 828b0cc..4244f12 100644
--- a/spring-front/docker-compose.yaml
+++ b/spring-front/docker-compose.yaml
@@ -19,6 +19,8 @@ services:
- NET_BIND_SERVICE
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf:ro
+ - /etc/letsencrypt/live/editor.terminaldweller.com/fullchain.pem:/etc/letsencrypt/live/editor.terminaldweller.com/fullchain.pem:ro
+ - /etc/letsencrypt/live/editor.terminaldweller.com/privkey.pem:/etc/letsencrypt/live/editor.terminaldweller.com/privkey.pem:ro
# env:
# - SERVER_DEPLOYMENT_KIND=test
networks: