2025-03-13 23:35:27 +08:00
|
|
|
services:
|
|
|
|
|
frps:
|
|
|
|
|
container_name: ${CONTAINER_NAME}
|
|
|
|
|
deploy:
|
|
|
|
|
resources:
|
|
|
|
|
limits:
|
|
|
|
|
cpus: 1
|
2025-03-25 16:59:15 +08:00
|
|
|
memory: "1G"
|
2025-03-13 23:35:27 +08:00
|
|
|
image: snowdreamtech/frps:0.61.2
|
|
|
|
|
labels:
|
|
|
|
|
createdBy: Apps
|
|
|
|
|
network_mode: host
|
|
|
|
|
restart: always
|
|
|
|
|
volumes:
|
|
|
|
|
- ./data/frps.toml:/etc/frp/frps.toml
|
|
|
|
|
- ./data/ssl:/etc/frp/ssl
|