Merged Caddy into docker-compose and added edge CORS handling

This commit is contained in:
2026-02-10 21:56:22 +08:00
parent 36530eb2c5
commit 0e04626282

View File

@@ -7,6 +7,7 @@ services:
env_file:
- .env
restart: always
command: uvicorn app.main:app --host 0.0.0.0 --port 8000
caddy:
image: caddy:latest