mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-17 01:37:10 +08:00
feat: update verysync 2.21.3
This commit is contained in:
22
apps/verysync/2.21.3/docker-compose.yml
Normal file
22
apps/verysync/2.21.3/docker-compose.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
services:
|
||||
verysync:
|
||||
image: jonnyan404/verysync:v2.21.3
|
||||
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