External docker volume apps_data
This commit is contained in:
parent
99bdf70502
commit
ecf73d3cb1
|
|
@ -20,11 +20,16 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
# Nginx configuration
|
# Nginx configuration
|
||||||
- ${DOCKER_DATA}/_central_nginx_/nginx-config:/etc/nginx/conf.d
|
- ${DOCKER_DATA}/_central_nginx_/nginx-config:/etc/nginx/conf.d
|
||||||
|
- apps_data:/_apps_jars_
|
||||||
|
|
||||||
# Lets encrypt for https
|
# Lets encrypt for https
|
||||||
- ${DOCKER_DATA}/letsencrypt:/letsencrypt:rw
|
- ${DOCKER_DATA}/letsencrypt:/letsencrypt:rw
|
||||||
- ${DOCKER_DATA}/letsencrypt-tmp:/var/www/certbot/:rw
|
- ${DOCKER_DATA}/letsencrypt-tmp:/var/www/certbot/:rw
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
apps_data:
|
||||||
|
external: true
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
proxy-net:
|
proxy-net:
|
||||||
name: proxy-net
|
name: proxy-net
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue