Add App StarVPN

This commit is contained in:
arch3rPro
2025-07-02 15:19:39 +08:00
parent 5610f4c9ca
commit afb1930780
6 changed files with 166 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
services:
starvpn:
image: starvpn/starvpn:latest
container_name: starvpn
restart: always
environment:
- STARS_USER=${STARS_USER}
- STARS_PASS=${STARS_PASS}
ports:
- "${PANEL_APP_PORT_HTTP}:8080"
volumes:
- "./starvpn-data:/data"