replacing letzshop by wizamart

This commit is contained in:
2025-11-13 15:23:47 +01:00
parent 5fa911df00
commit af23f5b88f
3 changed files with 18 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ services:
ports:
- "8000:8000"
environment:
DATABASE_URL: postgresql://ecommerce_user:secure_password@db:5432/ecommerce_db
DATABASE_URL: postgresql://wizamart_user:secure_password@db:5432/wizamart_db
JWT_SECRET_KEY: ${JWT_SECRET_KEY:-your-super-secret-key}
REDIS_URL: redis://redis:6379/0
depends_on: