apps-data

This commit is contained in:
Artur 2024-10-03 17:21:00 +02:00
parent ecf73d3cb1
commit 584f343351
1 changed files with 2 additions and 2 deletions

View File

@ -20,14 +20,14 @@ services:
volumes:
# Nginx configuration
- ${DOCKER_DATA}/_central_nginx_/nginx-config:/etc/nginx/conf.d
- apps_data:/_apps_jars_
- apps-data:/apps-data
# Lets encrypt for https
- ${DOCKER_DATA}/letsencrypt:/letsencrypt:rw
- ${DOCKER_DATA}/letsencrypt-tmp:/var/www/certbot/:rw
volumes:
apps_data:
apps-data:
external: true
networks: