diff --git a/deploy-this/deploy-dc.yml b/deploy-this/deploy-dc.yml index ff450d0..2f2ba0d 100644 --- a/deploy-this/deploy-dc.yml +++ b/deploy-this/deploy-dc.yml @@ -20,11 +20,16 @@ services: volumes: # Nginx configuration - ${DOCKER_DATA}/_central_nginx_/nginx-config:/etc/nginx/conf.d + - apps_data:/_apps_jars_ # Lets encrypt for https - ${DOCKER_DATA}/letsencrypt:/letsencrypt:rw - ${DOCKER_DATA}/letsencrypt-tmp:/var/www/certbot/:rw - + +volumes: + apps_data: + external: true + networks: proxy-net: name: proxy-net