Docker deployment

This commit is contained in:
Wayne
2025-07-24 23:43:38 +03:00
parent 7646f39721
commit 946da7925b
14 changed files with 163 additions and 108 deletions

View File

@@ -3,6 +3,7 @@ NODE_ENV=development
PORT_BACKEND=4000
PORT_FRONTEND=3000
# PostgreSQL
DATABASE_URL="postgresql://admin:password@postgres:5432/open_archive?schema=public"