apps-data
This commit is contained in:
parent
ecf73d3cb1
commit
584f343351
|
|
@ -20,14 +20,14 @@ 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_
|
- apps-data:/apps-data
|
||||||
|
|
||||||
# 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:
|
volumes:
|
||||||
apps_data:
|
apps-data:
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue