mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-06-10 08:31:37 +08:00
feat: add Fast Note Sync Service with configuration, documentation, and logo
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
services:
|
||||
fast-note-sync-service:
|
||||
image: haierkeys/fast-note-sync-service:3.1.0
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:9000"
|
||||
networks:
|
||||
- 1panel-network
|
||||
volumes:
|
||||
- ./data/storage:/fast-note-sync/storage
|
||||
- ./data/config:/fast-note-sync/config
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user