Initial commit: ElysiaJS backend + TanStack Start frontend + Traefik compose
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
commit
a346cf3a5c
17 changed files with 505 additions and 0 deletions
7
.env.example
Normal file
7
.env.example
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Copy to .env and adjust before `docker compose up -d`.
|
||||
# Public hostnames (must have DNS A records pointing at the VPS).
|
||||
APP_DOMAIN=test-app.emmanuelariasa.com
|
||||
API_DOMAIN=test-app-api.emmanuelariasa.com
|
||||
|
||||
# CORS origin the backend will accept (usually the frontend URL).
|
||||
FRONTEND_ORIGIN=https://test-app.emmanuelariasa.com
|
||||
Loading…
Add table
Add a link
Reference in a new issue