Add filebrowser
This commit is contained in:
@@ -195,6 +195,23 @@ services:
|
||||
# - SYS_NICE
|
||||
# restart: unless-stopped
|
||||
|
||||
# --- File Browser ---
|
||||
filebrowser:
|
||||
image: filebrowser/filebrowser:latest
|
||||
container_name: filebrowser
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8080:80"
|
||||
volumes:
|
||||
- ${FILEBROWSER_DATA}:/srv
|
||||
- ${FILEBROWSER_CONFIG}:/config
|
||||
- ${FILEBROWSER_DATABASE}:/database
|
||||
environment:
|
||||
- FB_DATABASE=/database/filebrowser.db
|
||||
- FB_CONFIG=/config/filebrowser.json
|
||||
env_file:
|
||||
- .env
|
||||
|
||||
# --- Gitea ---
|
||||
gitea:
|
||||
image: gitea/gitea:latest
|
||||
|
||||
Reference in New Issue
Block a user