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
|
||||
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}
|
||||
}
|
||||
|
||||
po.roguemini.housh.dev {
|
||||
reverse_proxy purchase_orders:8080
|
||||
}
|
||||
*.housh.dev {
|
||||
|
||||
legacy-po.roguemini.housh.dev, legacy-pos.roguemini.housh.dev {
|
||||
reverse_proxy po_app:5000
|
||||
}
|
||||
@pos host po.roguemini.housh.dev
|
||||
handle @pos {
|
||||
reverse_proxy purchase_orders:8080
|
||||
}
|
||||
|
||||
dash.roguemini.housh.dev {
|
||||
reverse_proxy homarr:7575
|
||||
}
|
||||
@legacypos host legacy-po.roguemini.housh.dev, legacy-pos.roguemini.housh.dev
|
||||
handle @legacypos {
|
||||
reverse_proxy po_app:5000
|
||||
}
|
||||
|
||||
snapp.roguemini.housh.dev {
|
||||
reverse_proxy snapp:3000
|
||||
@homarr host dash.roguemini.housh.dev
|
||||
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