refactor: rename database from mikrotik to tod in dev override

This commit is contained in:
Jason Staack
2026-03-14 09:59:25 -05:00
parent 934d630eb0
commit 9123c6e6c0

View File

@@ -16,9 +16,9 @@ services:
LOG_LEVEL: debug LOG_LEVEL: debug
DEBUG: "true" DEBUG: "true"
GUNICORN_WORKERS: "1" GUNICORN_WORKERS: "1"
DATABASE_URL: postgresql+asyncpg://postgres:postgres@postgres:5432/mikrotik DATABASE_URL: postgresql+asyncpg://postgres:postgres@postgres:5432/tod
SYNC_DATABASE_URL: postgresql+psycopg2://postgres:postgres@postgres:5432/mikrotik SYNC_DATABASE_URL: postgresql+psycopg2://postgres:postgres@postgres:5432/tod
APP_USER_DATABASE_URL: postgresql+asyncpg://app_user:app_password@postgres:5432/mikrotik APP_USER_DATABASE_URL: postgresql+asyncpg://app_user:app_password@postgres:5432/tod
REDIS_URL: redis://redis:6379/0 REDIS_URL: redis://redis:6379/0
NATS_URL: nats://nats:4222 NATS_URL: nats://nats:4222
FIRST_ADMIN_EMAIL: ${FIRST_ADMIN_EMAIL:-admin@the-other-dude.dev} FIRST_ADMIN_EMAIL: ${FIRST_ADMIN_EMAIL:-admin@the-other-dude.dev}
@@ -74,7 +74,7 @@ services:
environment: environment:
ENVIRONMENT: dev ENVIRONMENT: dev
LOG_LEVEL: debug LOG_LEVEL: debug
DATABASE_URL: postgres://poller_user:poller_password@postgres:5432/mikrotik DATABASE_URL: postgres://poller_user:poller_password@postgres:5432/tod
REDIS_URL: redis://redis:6379/0 REDIS_URL: redis://redis:6379/0
NATS_URL: nats://nats:4222 NATS_URL: nats://nats:4222
CREDENTIAL_ENCRYPTION_KEY: ${CREDENTIAL_ENCRYPTION_KEY:?Set CREDENTIAL_ENCRYPTION_KEY in .env} CREDENTIAL_ENCRYPTION_KEY: ${CREDENTIAL_ENCRYPTION_KEY:?Set CREDENTIAL_ENCRYPTION_KEY in .env}