[nginx-proxy] Add htpasswd volume

This commit is contained in:
JuliusFreudenberger 2023-12-21 10:53:52 +01:00
parent 5d4619d700
commit 721114b4d5

View file

@ -12,6 +12,7 @@ services:
- certs:/etc/nginx/certs
- vhost:/etc/nginx/vhost.d
- html:/usr/share/nginx/html
- htpasswd:/etc/nginx/htpasswd
networks:
- webproxy
@ -51,6 +52,7 @@ volumes:
vhost:
html:
acme:
htpasswd:
networks:
webproxy: