mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-24 16:01:02 +00:00
Package the official single-image SQLite topology for latest and v1.2.53, with strict multilingual metadata and persistent data, plugin, and certificate paths.
22 lines
469 B
YAML
22 lines
469 B
YAML
services:
|
|
kanboard:
|
|
image: "kanboard/kanboard:latest"
|
|
container_name: ${CONTAINER_NAME}
|
|
restart: always
|
|
networks:
|
|
- 1panel-network
|
|
ports:
|
|
- "${PANEL_APP_PORT_HTTP}:80"
|
|
environment:
|
|
- TZ=${TZ}
|
|
volumes:
|
|
- "${APP_DATA_DIR}:/var/www/app/data"
|
|
- "${APP_PLUGINS_DIR}:/var/www/app/plugins"
|
|
- "${APP_CERTS_DIR}:/etc/nginx/ssl"
|
|
labels:
|
|
createdBy: "Apps"
|
|
|
|
networks:
|
|
1panel-network:
|
|
external: true
|