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_file:
- .env - .env
volumes: volumes:
- ./cert/www/:/var/www/certbot/:ro - cert:/etc/letsencrypt
- ./cert/conf/:/cert/:ro
depends_on: depends_on:
- api - api
ports: ports:
@@ -23,7 +22,6 @@ services:
- mongodb - mongodb
volumes: volumes:
- ./config/:/app/config/ - ./config/:/app/config/
- ./cert/conf/:/cert/:ro
mongodb: mongodb:
image: mongo:latest image: mongo:latest
restart: unless-stopped restart: unless-stopped
@@ -35,3 +33,4 @@ services:
- mongodb:/data/db - mongodb:/data/db
volumes: volumes:
mongodb: mongodb:
cert:

2
ipwa

Submodule ipwa updated: c051cd37d8...2018d35f57