External docker volume apps_data

This commit is contained in:
Artur 2024-10-03 12:26:54 +02:00
parent 99bdf70502
commit ecf73d3cb1
1 changed files with 6 additions and 1 deletions

View File

@ -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