UPDATE: First Docker images!

This commit is contained in:
Nicolás Hatcher
2025-10-15 08:24:49 +02:00
committed by Nicolás Hatcher Andrés
parent ed64716f0f
commit 1efc921ce6
3 changed files with 122 additions and 0 deletions

View 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
}
}