1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-26 12:14:59 +08:00
1Panel-Appstore/apps/verysync/2.20.1/docker-compose.yml
pooneyy 0dbe70f89d
🔧 chore(docker-compose): update docker image tags and app versions
- add explicit :latest tag to looking-glass-server, owjdxb, linkstack, and watchtower images
- update headscale-ui image from latest to specific version 2025.08.23
- update verysync image to specific version v2.20.1
- update headscale-ui from 2025.05.22 to 2025.08.23 version
- 【fix】amend clear app configuration file and update from v1.0.4 to v1.0.9
2025-10-07 15:04:53 +08:00

24 lines
600 B
YAML

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