in-progress update
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
services:
|
||||
dashboard:
|
||||
image: lscr.io/linuxserver/heimdall:latest
|
||||
container_name: dashboard
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=$timezone
|
||||
- ALLOW_INTERNAL_REQUESTS=false #optional
|
||||
- APP_NAME=Home
|
||||
volumes:
|
||||
- ./config:/config
|
||||
networks:
|
||||
- dockge_default
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
dockge_default:
|
||||
external: true
|
||||
3
stacks/dashboard/heimdall-config.sh
Normal file
3
stacks/dashboard/heimdall-config.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
# todo: include pre-made app.sqlite under dashboard/www/app.sqlite
|
||||
# create version of this database with placeholders
|
||||
# use sql commands to replace the placeholders
|
||||
BIN
stacks/dashboard/www/app.sqlite
Normal file
BIN
stacks/dashboard/www/app.sqlite
Normal file
Binary file not shown.
Reference in New Issue
Block a user