testing pangolin

This commit is contained in:
2025-05-10 12:46:47 -05:00
parent c3a885ad1a
commit 5b5bd1ba87
13 changed files with 44 additions and 902 deletions

19
filebrowser/compose.yml Executable file
View File

@@ -0,0 +1,19 @@
services:
filebrowser:
container_name: filebrowser
image: filebrowser/filebrowser:latest
networks:
- reverse-proxy
ports:
- 8484:80
restart: always
volumes:
- ${DOCKER_CONFIGS}/config/filebrowser.db:/database/filebrowser.db
- ${DOCKER_CONFIGS}/config/.filebrowser.json:/.filebrowser.json
- ${DOCKER_CONFIGS}/files:/srv
- ${STORAGE_DIR}:/storage
networks:
reverse-proxy:
name: reverse-proxy
external: true