Add glassmorphic custom.css and custom background image for public and admin instances
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 9s
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 9s
This commit is contained in:
@@ -9,6 +9,7 @@ services:
|
||||
HOMEPAGE_ALLOWED_HOSTS: mischlabs.de,www.mischlabs.de,192.168.178.88,192.168.178.88:8085,localhost,127.0.0.1
|
||||
volumes:
|
||||
- ./config-public:/app/config
|
||||
- ./config-public/background.png:/app/public/background.png:ro
|
||||
- mischlabs_data:/app/data
|
||||
|
||||
mischlabs-admin:
|
||||
@@ -24,6 +25,7 @@ services:
|
||||
- /volume1:/host/volume1:ro
|
||||
- /volume2:/host/volume2:ro
|
||||
- ./config-admin:/app/config
|
||||
- ./config-admin/background.png:/app/public/background.png:ro
|
||||
- mischlabs_admin_data:/app/data
|
||||
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user