mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-25 00:01:02 +00:00
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
16 lines
375 B
YAML
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: {}
|