adjust for pangolin + glance homepage
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
2025-09-18 17:49:31 -03:00
parent 92a52a236a
commit b7d81aa0b0
17 changed files with 288 additions and 156 deletions

View File

@@ -13,6 +13,7 @@ services:
- "443:443"
- "443:443/udp"
- "8282:8282"
- "8088:8088"
volumes:
- ./Caddyfile:/etc/caddy/Caddyfile
- ./site/bortolaso-sail:/srv/bortolaso-sail
@@ -22,18 +23,29 @@ services:
networks:
- caddy-net
cloudflared:
image: cloudflare/cloudflared:latest
container_name: cloudflared
user: "0:0"
volumes:
- ./config:/root/.cloudflared
#command: tunnel login
#command: tunnel create tunnel_ccalifice
command: tunnel --no-autoupdate run
restart: unless-stopped
networks:
- caddy-net
newt:
image: fosrl/newt
container_name: newt
restart: unless-stopped
environment:
- PANGOLIN_ENDPOINT=https://pangolin.sereiaguardia.com
- NEWT_ID=t9eefucz8uk0qds
- NEWT_SECRET=tqb7nl80iwqsmyox0nndb82k516egcc7ui4fkuigvesuui3f
networks:
- caddy-net
# cloudflared:
# image: cloudflare/cloudflared:latest
# container_name: cloudflared
# user: "0:0"
# volumes:
# - ./config:/root/.cloudflared
# #command: tunnel login
# #command: tunnel create tunnel_ccalifice
# command: tunnel --no-autoupdate run
# restart: unless-stopped
# networks:
# - caddy-net
networks:
caddy-net: