Open https://hitparade.beany.club:1208{0,1}
All checks were successful
Check / Lint Ansible Files (push) Successful in 3m9s
All checks were successful
Check / Lint Ansible Files (push) Successful in 3m9s
This commit is contained in:
parent
143f3fee76
commit
4255a46631
@ -87,3 +87,15 @@ beany.club, www.beany.club {
|
|||||||
Content-Type application/pdf
|
Content-Type application/pdf
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
hitparade.beany.club {
|
||||||
|
reverse_proxy voter:8080
|
||||||
|
}
|
||||||
|
|
||||||
|
https://hitparade.beany.club:12080 {
|
||||||
|
reverse_proxy pollmaster:12080
|
||||||
|
}
|
||||||
|
|
||||||
|
https://hitparade.beany.club:12081 {
|
||||||
|
reverse_proxy pollmaster:12081
|
||||||
|
}
|
||||||
|
|||||||
@ -6,6 +6,9 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
- "443:443"
|
- "443:443"
|
||||||
|
# For hitparade/pollmaster
|
||||||
|
- "12080:12080"
|
||||||
|
- "12081:12081"
|
||||||
user: "42002"
|
user: "42002"
|
||||||
volumes:
|
volumes:
|
||||||
- /var/lib/pbri/docker/caddy_data:/data
|
- /var/lib/pbri/docker/caddy_data:/data
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user