From 5ce67bba1c388180774345f0b15e7bb1a84054ad Mon Sep 17 00:00:00 2001 From: Artur Date: Thu, 3 Oct 2024 12:30:16 +0200 Subject: [PATCH] volumes: - apps_data:/_apps_jars_ --- deploy-this/deploy-dc.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/deploy-this/deploy-dc.yml b/deploy-this/deploy-dc.yml index 131f627..52a398c 100644 --- a/deploy-this/deploy-dc.yml +++ b/deploy-this/deploy-dc.yml @@ -20,13 +20,20 @@ services: - 8800:8800/tcp # exposing port for www volumes: - - ${DOCKER_DATA}/_apps_jars_:/_apps_jars_ + - apps_data:/_apps_jars_ deploy: resources: limits: memory: 256M - + + + +volumes: + apps_data: + external: true + + networks: proxy-net: name: proxy-net