2025-01-31 20:26:21 +00:00
|
|
|
services:
|
|
|
|
nginx-proxy-auth:
|
|
|
|
image: nginx
|
|
|
|
container_name: nginx-proxy-auth
|
|
|
|
ports:
|
2025-02-17 16:51:16 +00:00
|
|
|
- "80:80"
|
2025-01-31 20:26:21 +00:00
|
|
|
volumes:
|
2025-02-17 16:51:16 +00:00
|
|
|
- ./src/proxy/backend/default.conf:/etc/nginx/conf.d/default.conf
|
2025-01-31 20:26:21 +00:00
|
|
|
filebrowser:
|
|
|
|
volumes:
|
|
|
|
- '../frontend:/home/frontend'
|
2025-02-17 16:51:16 +00:00
|
|
|
- "./src/proxy/backend/config.yaml:/home/filebrowser/config.yaml"
|
2025-01-31 20:26:21 +00:00
|
|
|
build:
|
|
|
|
context: ../
|
|
|
|
dockerfile: ./_docker/Dockerfile
|