chore(cleanup): remove obsolete compose version and trim router Dockerfile

This commit is contained in:
Apple
2026-03-01 01:37:30 -08:00
parent de234112f3
commit 57632699c0
2 changed files with 0 additions and 16 deletions

View File

@@ -1,5 +1,3 @@
version: "3.8"
services:
router:
build:

View File

@@ -24,17 +24,3 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=30s --retries=5 \
# Run application
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]