1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-17 23:51:03 +08:00
1Panel-Appstore/apps/clear/1.0.9/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

19 lines
382 B
YAML

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