file browser
This commit is contained in:
@@ -2,15 +2,15 @@
|
|||||||
services:
|
services:
|
||||||
filebrowser:
|
filebrowser:
|
||||||
image: filebrowser/filebrowser:s6
|
image: filebrowser/filebrowser:s6
|
||||||
user: "1000:1000"
|
# user: "1000:1000"
|
||||||
ports:
|
ports:
|
||||||
- 8081:80
|
- 8188:80
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: curl -f http://localhost:8081/ || exit 1
|
test: curl -f http://localhost:8188/ || exit 1
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
# user: "1000:113"
|
# user: "1000:113"
|
||||||
# healthcheck:
|
# healthcheck:
|
||||||
# test: ["CMD", "curl", "-f", "http://localhost:8081/health"]
|
# test: ["CMD", "curl", "-f", "http://localhost:8188/health"]
|
||||||
# interval: 30s
|
# interval: 30s
|
||||||
# timeout: 20s
|
# timeout: 20s
|
||||||
# retries: 3
|
# retries: 3
|
||||||
@@ -23,8 +23,6 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- traefik
|
- traefik
|
||||||
environment:
|
environment:
|
||||||
# - PUID=1000
|
|
||||||
# - PGID=1000
|
|
||||||
- PUID=${MYUID}
|
- PUID=${MYUID}
|
||||||
- PGID=${MYGID}
|
- PGID=${MYGID}
|
||||||
labels:
|
labels:
|
||||||
@@ -34,7 +32,7 @@ services:
|
|||||||
- "traefik.http.routers.files.tls.certresolver=letsencr"
|
- "traefik.http.routers.files.tls.certresolver=letsencr"
|
||||||
# - traefik.http.middlewares.https_redirect.redirectscheme.scheme=https
|
# - traefik.http.middlewares.https_redirect.redirectscheme.scheme=https
|
||||||
# - traefik.http.routers.http_catchall.middlewares=https_redirect
|
# - traefik.http.routers.http_catchall.middlewares=https_redirect
|
||||||
- "traefik.http.services.files.loadbalancer.server.port=8081"
|
- "traefik.http.services.files.loadbalancer.server.port=8188"
|
||||||
# - "traefik.http.routers.files.middlewares=files_auth"
|
# - "traefik.http.routers.files.middlewares=files_auth"
|
||||||
# - "traefik.http.middlewares.files_auth.basicauth.users=admin:$$2a$$12$$MkhjqyuriyoE5.Mhz14ZXOkfjE7wUEDb46e9argix38VHZ5aAuGQC"
|
# - "traefik.http.middlewares.files_auth.basicauth.users=admin:$$2a$$12$$MkhjqyuriyoE5.Mhz14ZXOkfjE7wUEDb46e9argix38VHZ5aAuGQC"
|
||||||
# restart: always
|
# restart: always
|
||||||
|
|||||||
Reference in New Issue
Block a user