Step 1 migration: add API service and dedicated PostgreSQL

This commit is contained in:
Ponte
2026-02-11 14:53:13 +01:00
parent 8e96541fb1
commit aae5471862
5 changed files with 92 additions and 1 deletions

View File

@@ -1,2 +1,10 @@
# Mets 7000 si le port est libre, sinon garde 7001
APP_PORT=7001
# API backend (etape 1 migration)
API_PORT=7002
# Base dediee a l'application video games
VG_DB_NAME=video_games
VG_DB_USER=video_games_user
VG_DB_PASSWORD=change_me