1
0

chore(deps): update fredliang/derper docker tag to v1.94.2 (localApps) (#4295)

This commit is contained in:
renovate[bot]
2026-03-02 02:56:06 +00:00
committed by GitHub
parent 5fa73b82ee
commit e39ab27ee0
5 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,27 @@
services:
headscale-derp:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTPS}:${PANEL_APP_PORT_HTTPS}"
- "${PANEL_APP_PORT_STUN}:${PANEL_APP_PORT_STUN}/udp"
volumes:
- "${DATA_PATH}:/app/certs"
environment:
- DERP_DOMAIN=${DERP_DOMAIN}
- DERP_CERT_MODE=manual
- DERP_ADDR=:${PANEL_APP_PORT_HTTPS}
- DERP_HTTP_PORT=-1
- DERP_STUN=true
- DERP_STUN_PORT=${PANEL_APP_PORT_STUN}
- DERP_CERT_DIR=/app/certs
- DERP_VERIFY_CLIENTS=${CLIENTS_VERIFY_SWITCH}
image: fredliang/derper:v1.94.2
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true