fix: added cert storage
This commit is contained in:
@@ -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:
|
||||
2
ipwa
2
ipwa
Submodule ipwa updated: c051cd37d8...2018d35f57
Reference in New Issue
Block a user