mirror of
https://github.com/QYG2297248353/appstore-dpanel
synced 2025-12-29 08:01:36 +08:00
Synced apps from source repository via GitHub Actions
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
services:
|
||||
neko:
|
||||
cap_add:
|
||||
- SYS_ADMIN
|
||||
container_name: neko-firefox
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- NEKO_WEBRTC_EPR=${PANEL_APP_PORT_WEBRTC_EPR}
|
||||
- NEKO_WEBRTC_ICELITE=1
|
||||
- NEKO_WEBRTC_IP_RETRIEVAL_URL=https://ifconfig.co/ip
|
||||
image: ghcr.io/m1k1o/neko/firefox:3.0.8
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:8080
|
||||
- ${PANEL_APP_PORT_WEBRTC_EPR}:${PANEL_APP_PORT_WEBRTC_EPR}
|
||||
- ${PANEL_APP_PORT_WEBRTC_EPR}:${PANEL_APP_PORT_WEBRTC_EPR}/udp
|
||||
restart: always
|
||||
shm_size: 2gb
|
||||
Reference in New Issue
Block a user