mirror of
https://github.com/pterodactyl/development.git
synced 2025-12-10 10:44:48 -06:00
18 lines
298 B
YAML
18 lines
298 B
YAML
global:
|
|
sendAnonymousUsage: false
|
|
api:
|
|
insecure: true
|
|
dashboard: true
|
|
entryPoints:
|
|
https:
|
|
address: ":443"
|
|
providers:
|
|
file:
|
|
filename: /etc/traefik/dynamic.yml
|
|
watch: true
|
|
docker:
|
|
endpoint: unix:///var/run/docker.sock
|
|
exposedByDefault: false
|
|
network: pterodactyl
|
|
|