Merged Caddy into docker-compose and added edge CORS handling
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user