filebrowser/_docker/docker-compose.yaml

16 lines
376 B
YAML
Raw Normal View History

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