Fix Homarr appdata bind mount and deploy Authentik forward auth on admin sites.
Deploy to valhalla / deploy (push) Has been cancelled
Deploy to valhalla / deploy (push) Has been cancelled
Homarr-labs stores state under /appdata; the old compose mapped empty paths and lost the dashboard on redeploy. TB-006 batch 1 adds Caddy forward_auth for 12 admin UIs with API and webhook bypasses.
This commit is contained in:
@@ -25,9 +25,9 @@ services:
|
||||
- "7575:7575"
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /config/homarr/configs:/app/data/configs
|
||||
# homarr-labs stores SQLite + redis under /appdata (not /data or /app/data/configs).
|
||||
- /config/homarr/appdata:/appdata
|
||||
- /config/homarr/icons:/app/public/icons
|
||||
- /config/homarr/data:/data
|
||||
|
||||
networks:
|
||||
edge:
|
||||
|
||||
Reference in New Issue
Block a user