Files
openproject-deploy/compose/Caddyfile.template
Eric Schubert dbccaae404 [#53464] replaced containered proxy with caddy (#70)
* [#53464] replaced containered proxy with caddy

- running compose stack work with slim container now
- using caddy as a light weight proxy
- tested with and without OPENPROJECT_RAILS__RELATIVE__URL__ROOT

* rename doc root to avoid confusion, use slim as default container

---------

Co-authored-by: Markus Kahl <machisuji@gmail.com>
2024-05-17 13:43:16 +01:00

10 lines
98 B
Caddyfile

:80 {
root * /public
reverse_proxy * http://${APP_HOST}:8080
file_server
log
}