Added basic auth

This commit is contained in:
ITQ
2024-04-03 05:46:03 +03:00
parent 0eda4df17a
commit 5d4340ae28
3 changed files with 10 additions and 0 deletions
+1
View File
@@ -57,6 +57,7 @@ services:
- "80:80"
volumes:
- ./nginx/nginx.conf:/etc/nginx/conf.d/default.conf
- ./nginx/.htpasswd:/etc/nginx/.htpasswd
- media_volume:/var/html/media/
- static_volume:/var/html/static/
depends_on: