Merge pull request #7 from outis1one/claude/read-repo-L0fnD
Claude/read repo l0fn d
This commit is contained in:
@@ -8,3 +8,6 @@
|
|||||||
:80 {{
|
:80 {{
|
||||||
redir https://{{host}}{{uri}} permanent
|
redir https://{{host}}{{uri}} permanent
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
# Service reverse proxy entries — auto-managed by switch-manager Services tab
|
||||||
|
import /etc/caddy/Caddyfile.services
|
||||||
|
|||||||
+2
-1
@@ -6,6 +6,7 @@ services:
|
|||||||
- "443:443"
|
- "443:443"
|
||||||
volumes:
|
volumes:
|
||||||
- ./Caddyfile:/etc/caddy/Caddyfile:ro
|
- ./Caddyfile:/etc/caddy/Caddyfile:ro
|
||||||
|
- /etc/switch-manager/Caddyfile.services:/etc/caddy/Caddyfile.services:ro
|
||||||
- caddy_data:/data
|
- caddy_data:/data
|
||||||
- caddy_config:/config
|
- caddy_config:/config
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -17,7 +18,7 @@ services:
|
|||||||
expose:
|
expose:
|
||||||
- "8765"
|
- "8765"
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/switch-manager:/etc/switch-manager:ro
|
- /etc/switch-manager:/etc/switch-manager
|
||||||
- ./frontend/dist:/app/frontend/dist:ro
|
- ./frontend/dist:/app/frontend/dist:ro
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
+1748
-15
File diff suppressed because it is too large
Load Diff
+1915
-3
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user