Compare commits
2 Commits
fd2c31c94a
...
42fcc03630
| Author | SHA1 | Date | |
|---|---|---|---|
|
42fcc03630
|
|||
|
7f6e236878
|
@@ -5,4 +5,3 @@ RUN xcaddy build \
|
|||||||
|
|
||||||
FROM docker.io/library/caddy:2.9.1-alpine
|
FROM docker.io/library/caddy:2.9.1-alpine
|
||||||
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
|
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
|
||||||
COPY ./config/Caddyfile /etc/caddy/Caddyfile
|
|
||||||
|
|||||||
@@ -3,18 +3,25 @@
|
|||||||
acme_dns cloudflare {env.CF_AUTH_TOKEN}
|
acme_dns cloudflare {env.CF_AUTH_TOKEN}
|
||||||
}
|
}
|
||||||
|
|
||||||
po.roguemini.housh.dev {
|
*.housh.dev {
|
||||||
reverse_proxy purchase_orders:8080
|
|
||||||
}
|
|
||||||
|
|
||||||
legacy-po.roguemini.housh.dev, legacy-pos.roguemini.housh.dev {
|
@pos host po.roguemini.housh.dev
|
||||||
reverse_proxy po_app:5000
|
handle @pos {
|
||||||
}
|
reverse_proxy purchase_orders:8080
|
||||||
|
}
|
||||||
|
|
||||||
dash.roguemini.housh.dev {
|
@legacypos host legacy-po.roguemini.housh.dev, legacy-pos.roguemini.housh.dev
|
||||||
reverse_proxy homarr:7575
|
handle @legacypos {
|
||||||
}
|
reverse_proxy po_app:5000
|
||||||
|
}
|
||||||
|
|
||||||
snapp.roguemini.housh.dev {
|
@homarr host dash.roguemini.housh.dev
|
||||||
reverse_proxy snapp:3000
|
handle @homarr {
|
||||||
|
reverse_proxy homarr:7575
|
||||||
|
}
|
||||||
|
|
||||||
|
@snapp host snapp.roguemini.housh.dev
|
||||||
|
handle @snapp {
|
||||||
|
reverse_proxy snapp:3000
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user