UPDATE: First Docker images!
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
ed64716f0f
commit
1efc921ce6
17
webapp/app.ironcalc.com/Caddyfile.compose
Normal file
17
webapp/app.ironcalc.com/Caddyfile.compose
Normal file
@@ -0,0 +1,17 @@
|
||||
:2080 {
|
||||
log {
|
||||
output stdout
|
||||
level INFO
|
||||
}
|
||||
|
||||
@api path /api/*
|
||||
handle @api {
|
||||
reverse_proxy server:8000
|
||||
}
|
||||
|
||||
handle {
|
||||
root * /srv
|
||||
try_files {path} /index.html
|
||||
file_server
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user