chore: docker compose template for homeserver deployment

This commit is contained in:
2026-04-09 01:20:03 +02:00
parent 3605bef2b0
commit 808ce287a5
3 changed files with 58 additions and 0 deletions

14
.env.compose Normal file
View File

@@ -0,0 +1,14 @@
# Copy this file and fill in your values before deploying:
# cp .env.compose .env.compose.local
#
# Then run:
# docker compose --env-file .env.compose.local up -d --build
# URL your browser (and the SSR server) uses to reach the API.
# LAN example: http://192.168.1.100:8000
# Reverse proxy: https://pocketchords.yourdomain.com/api
VITE_API_URL=http://localhost:8000
# Host ports (change if something else is already using them)
API_PORT=8000
APP_PORT=3000