Update Dockerfile and add docker-compose for standalone and traefik

This commit is contained in:
2025-04-15 15:56:42 +02:00
parent d6e1162631
commit 3e3b8930b5
5 changed files with 67 additions and 2 deletions

View File

@ -1,5 +1,5 @@
PORT=5000
MONGODB_URI=mongodb://localhost:27017/friendship-network
JWT_SECRET=your_jwt_secret_key_change_this
CLIENT_URL=http://localhost:3000
APP_URL=http://localhost:3000
ENABLE_REGISTRATION=true