feat: add goose
This commit is contained in:
@@ -1,15 +1,31 @@
|
||||
# Global registry prefix for pulling images (optional)
|
||||
# GLOBAL_REGISTRY=
|
||||
|
||||
# Timezone setting (default: UTC)
|
||||
TZ=UTC
|
||||
|
||||
# FRP Server Version
|
||||
FRPS_VERSION=0.64.0
|
||||
FRPS_VERSION=0.65.0
|
||||
|
||||
# FRP server configuration
|
||||
FRP_SERVER_TOKEN=your_token_here
|
||||
FRP_SERVER_PORT=9870
|
||||
FRP_ADMIN_PORT=7890
|
||||
# Authentication settings
|
||||
FRP_AUTH_METHOD=token
|
||||
FRP_SERVER_TOKEN=server_token
|
||||
|
||||
# Admin credentials
|
||||
# Server port configuration
|
||||
FRP_SERVER_PORT=7000
|
||||
|
||||
# Admin dashboard configuration
|
||||
FRP_ADMIN_ADDR=0.0.0.0
|
||||
FRP_ADMIN_PORT=7500
|
||||
FRP_ADMIN_USER=admin
|
||||
FRP_ADMIN_PASS=password
|
||||
FRP_ADMIN_PASSWORD=password
|
||||
|
||||
# Port overrides
|
||||
FRP_PORT_OVERRIDE_SERVER=9870
|
||||
FRP_PORT_OVERRIDE_ADMIN=7890
|
||||
# Port overrides (host ports to map to container ports)
|
||||
FRP_PORT_OVERRIDE_SERVER=7000
|
||||
FRP_PORT_OVERRIDE_ADMIN=7500
|
||||
|
||||
# Resource limits
|
||||
FRPS_CPU_LIMIT=0.5
|
||||
FRPS_MEMORY_LIMIT=128M
|
||||
FRPS_CPU_RESERVATION=0.1
|
||||
FRPS_MEMORY_RESERVATION=64M
|
||||
|
||||
Reference in New Issue
Block a user