Files
appstore/apps/libredb-studio/0.15.0/docker-compose.yml
T
okxlin 6499007c6c fix(libredb-studio): normalize release package
Keep one numeric release directory, use the official Docker Hub image, and confine data path initialization to the app root.

Rebuilt-from-PR: #6552
Source-PR: https://github.com/okxlin/appstore/pull/6552
Maintainer-workflow: appstore-pr-maintainer
2026-09-09 14:05:07 +08:00

16 lines
375 B
YAML

services:
libredb-studio:
image: "libredb/libredb-studio:0.15.0"
container_name: ${CONTAINER_NAME}
ports:
- "${PANEL_APP_PORT_HTTP}:3000"
environment:
- TZ=${TZ}
- STORAGE_SQLITE_PATH=/app/data/libredb-storage.db
labels:
createdBy: "Apps"
restart: on-failure:3
volumes:
- "${APP_DATA_DIR_1}:/app/data"
networks: {}