Migrations the right way

This commit is contained in:
PB
2025-11-08 17:54:22 +01:00
parent bceaa010ab
commit fc6970adc2
9 changed files with 88 additions and 266 deletions

View File

@@ -3,7 +3,7 @@ SERVER_ADDR=:443
APP_NAME=identity-svc
APP_DOMAIN=identity.service.ego.io
API_DATABASE_URL=postgres://postgres:12345678@db-postgres:5432/egommerce
API_DATABASE_URL=postgres://egommerce:12345678@db-postgres:5432/egommerce?sslmode=disable
API_CACHE_ADDR=api-cache:6379
API_CACHE_USERNAME=default
API_CACHE_PASSWORD=12345678