Working on ha config and docs

This commit is contained in:
Owen
2026-09-11 10:49:44 -04:00
parent d59ab30c22
commit 7acb98e245
9 changed files with 201 additions and 19 deletions
+2 -9
View File
@@ -4,15 +4,6 @@ services:
image: docker.io/fosrl/pangolin:ee-latest
container_name: pangolin
restart: unless-stopped
deploy:
resources:
limits:
memory: 2g
reservations:
memory: 512m
ports:
- 53:53/udp # DNS
- 3000:3000 # Pangolin UI
volumes:
- ./config:/app/config
- ./config/certificates:/var/certificates
@@ -43,9 +34,11 @@ services:
ports:
- 51820:51820/udp # wireguard
- 21820:21820/udp # relay
- 53:53/udp # DNS
- 443:8443 # resources
- 80:80 # web
- 3004:3004 # gerbil api
- 3000:3000 # Pangolin UI
traefik:
image: docker.io/traefik:v3.7.11