Deploy Filebrowser config editor container and add integration under Arbeit category on Admin dashboard
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 16s
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 16s
This commit is contained in:
@@ -28,6 +28,16 @@ services:
|
||||
- ./config-admin/background.png:/app/public/background.png:ro
|
||||
- mischlabs_admin_data:/app/data
|
||||
|
||||
mischlabs-editor:
|
||||
image: filebrowser/filebrowser:latest
|
||||
container_name: mischlabs-editor
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8087:80"
|
||||
volumes:
|
||||
- .:/srv
|
||||
- ./filebrowser.db:/database/filebrowser.db
|
||||
|
||||
volumes:
|
||||
mischlabs_data:
|
||||
mischlabs_admin_data:
|
||||
|
||||
Reference in New Issue
Block a user