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