From ecf73d3cb15d653d9e70a3654030d53a6ad08216 Mon Sep 17 00:00:00 2001 From: Artur Date: Thu, 3 Oct 2024 12:26:54 +0200 Subject: [PATCH] External docker volume apps_data --- deploy-this/deploy-dc.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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