fix: added cert storage

This commit is contained in:
2025-04-20 19:42:51 +02:00
parent d7c150fd2d
commit 5d931b2985
2 changed files with 4 additions and 5 deletions

View File

@@ -5,8 +5,7 @@ services:
env_file:
- .env
volumes:
- ./cert/www/:/var/www/certbot/:ro
- ./cert/conf/:/cert/:ro
- cert:/etc/letsencrypt
depends_on:
- api
ports:
@@ -23,7 +22,6 @@ services:
- mongodb
volumes:
- ./config/:/app/config/
- ./cert/conf/:/cert/:ro
mongodb:
image: mongo:latest
restart: unless-stopped
@@ -34,4 +32,5 @@ services:
volumes:
- mongodb:/data/db
volumes:
mongodb:
mongodb:
cert: