1
0
Fork 0

🔧 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
This commit is contained in:
pooneyy 2025-10-07 15:04:53 +08:00
parent 69e74fe9c2
commit 0dbe70f89d
No known key found for this signature in database
12 changed files with 26 additions and 29 deletions

View File

@ -5,7 +5,7 @@ services:
network_mode: "host" network_mode: "host"
environment: environment:
- HTTP_PORT=${PANEL_APP_PORT_HTTP} - HTTP_PORT=${PANEL_APP_PORT_HTTP}
image: wikihostinc/looking-glass-server image: wikihostinc/looking-glass-server:latest
labels: labels:
createdBy: "Apps" createdBy: "Apps"

View File

@ -0,0 +1,19 @@
services:
clear:
image: eastwind996/clear:v1.0.9
container_name: ${CONTAINER_NAME}
ports:
- "${PANEL_APP_PORT_HTTP}:6633"
volumes:
- ./data:/app/data
environment:
- JWT_SECRET=${PANEL_CLEAR_JWT_SECRET}
labels:
createdBy: "Apps"
networks:
- 1panel-network
restart: always
networks:
1panel-network:
external: true

View File

@ -1,22 +0,0 @@
version: "3.8"
services:
clear:
image: eastwind996/clear:v1.0.4
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8080"
volumes:
- "${DATA_PATH}:/app/data"
environment:
- "TWIKOO_THROTTLE=1000"
- "TWIKOO_PORT=8080"
image: imaegoo/twikoo:latest
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

View File

@ -6,7 +6,7 @@ services:
- 1panel-network - 1panel-network
ports: ports:
- "${PANEL_APP_PORT_HTTPS}:443" - "${PANEL_APP_PORT_HTTPS}:443"
image: ghcr.io/gurucomputing/headscale-ui:latest image: ghcr.io/gurucomputing/headscale-ui:2025.08.23
labels: labels:
createdBy: "Apps" createdBy: "Apps"

View File

@ -1,6 +1,6 @@
services: services:
jdxb: jdxb:
image: ionewu/owjdxb image: ionewu/owjdxb:latest
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
networks: networks:
- 1panel-network - 1panel-network

View File

@ -1,6 +1,6 @@
services: services:
jdxb: jdxb:
image: ionewu/owjdxb image: ionewu/owjdxb:latest
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
network_mode: host network_mode: host
volumes: volumes:

View File

@ -1,6 +1,6 @@
services: services:
linkstack: linkstack:
image: linkstackorg/linkstack image: linkstackorg/linkstack:latest
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
restart: always restart: always
networks: networks:

View File

@ -1,6 +1,6 @@
services: services:
verysync: verysync:
image: jonnyan404/verysync image: jonnyan404/verysync:v2.20.1
container_name: verysync container_name: verysync
environment: environment:
- PORT=${PANEL_APP_PORT_HTTP} - PORT=${PANEL_APP_PORT_HTTP}

View File

@ -10,7 +10,7 @@ services:
- TZ=Asia/Shanghai - TZ=Asia/Shanghai
- ${ENV1} - ${ENV1}
command: ${COMMAND1} command: ${COMMAND1}
image: containrrr/watchtower image: containrrr/watchtower:latest
labels: labels:
createdBy: "Apps" createdBy: "Apps"