1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-24 01:46:17 +08:00
pooneyy db96787676
♻️ refactor(port-forward): restructure application organization and optimize docker setup
- consolidate port-forward-agent and port-forward-server into single port-forward directory
- remove old dockerfiles and implement multi-stage docker build for both agent and server
- update docker-compose files to use pre-built images from ghcr.io instead of local builds
- normalize configuration file formatting and line endings
- update data.yml descriptions to remove redundant client/server specifications
- maintain all existing functionality while improving project structure
2025-10-03 01:32:42 +08:00

14 lines
352 B
YAML

services:
port-forward-server:
image: ghcr.io/pooneyy/port-forward:1.3.7-server
container_name: ${CONTAINER_NAME}
restart: always
network_mode: host
volumes:
- "./data/data:/app/pfg/forward-server/data"
- "./data/conf:/app/pfg/forward-server/conf"
cap_add:
- NET_ADMIN
labels:
createdBy: "Apps"