mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-06-10 08:31:37 +08:00
19 lines
419 B
YAML
19 lines
419 B
YAML
|
|
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
|