Phase 3: docker-compose for postgres, redis, caddy

This commit is contained in:
Maurycy
2026-05-06 21:31:25 +01:00
parent b196624929
commit 3ce6a04a40
2 changed files with 52 additions and 0 deletions

7
Caddyfile Normal file
View File

@@ -0,0 +1,7 @@
{
local_certs
}
localhost:443 {
reverse_proxy host.docker.internal:3000
}