mirror of
https://github.com/theoleuthardt/homelab-docker-compose.git
synced 2026-06-05 15:41:07 +00:00
feat: docker compose for filebrowser quantum
This commit is contained in:
parent
7a8a99ba5e
commit
68c4028674
1 changed files with 18 additions and 0 deletions
18
filebrowser-quantum/docker-compose.yml
Normal file
18
filebrowser-quantum/docker-compose.yml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
services:
|
||||
filebrowser:
|
||||
image: gtstef/filebrowser:stable
|
||||
container_name: filebrowser-quantum
|
||||
user: "1000:1000"
|
||||
volumes:
|
||||
- filebrowser_quantum_files:/folder:Z
|
||||
- filebrowser_quantum_data:/home/filebrowser/data:Z
|
||||
ports:
|
||||
- "8080:80"
|
||||
restart: always
|
||||
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:80/health"]
|
||||
interval: 30s
|
||||
timeout: 3s
|
||||
start_period: 10s
|
||||
retries: 3
|
||||
Loading…
Add table
Add a link
Reference in a new issue