mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-17 17:57:11 +08:00
feat: update Verysync 2.20.1
This commit is contained in:
23
apps/verysync/2.20.1/docker-compose.yml
Normal file
23
apps/verysync/2.20.1/docker-compose.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
services:
|
||||
verysync:
|
||||
image: jonnyan404/verysync:v2.20.1
|
||||
container_name: verysync
|
||||
environment:
|
||||
- PORT=${PANEL_APP_PORT_HTTP}
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}
|
||||
- ${VERYSYNC_TRANSFER_PORT}:22330
|
||||
- ${PUBLIC_RELAY_PORT}:3000
|
||||
- ${LOCAL_AREA_NETWORK_UDP_DISCOVERY_PORT_1}:22027/udp
|
||||
- ${LOCAL_AREA_NETWORK_UDP_DISCOVERY_PORT_2}:22037/udp
|
||||
volumes:
|
||||
- ${VERYSYNC_DATA_PATH}:/data
|
||||
restart: always
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
networks:
|
||||
- 1panel-network
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user