Initial commit: Second Brain Platform
Complete platform with unified design system and real API integration. Apps: Dashboard, Fitness, Budget, Inventory, Trips, Reader, Media, Settings Infrastructure: SvelteKit + Python gateway + Docker Compose
This commit is contained in:
5
gateway/Dockerfile
Normal file
5
gateway/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM python:3.12-slim
|
||||
WORKDIR /app
|
||||
COPY server.py .
|
||||
EXPOSE 8100
|
||||
CMD ["python3", "server.py"]
|
||||
1878
gateway/server.py
Normal file
1878
gateway/server.py
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user