refactor: rename database from mikrotik to tod

This commit is contained in:
Jason Staack
2026-03-14 09:55:35 -05:00
parent c7c9f4d71e
commit 64b3cce4b8
5 changed files with 16 additions and 16 deletions

View File

@@ -65,7 +65,7 @@ services:
environment:
ENVIRONMENT: production
LOG_LEVEL: info
DATABASE_URL: postgres://poller_user:poller_password@postgres:5432/mikrotik
DATABASE_URL: ${POLLER_DATABASE_URL:-postgres://poller_user:poller_password@postgres:5432/tod}
TUNNEL_PORT_MIN: 49000
TUNNEL_PORT_MAX: 49100
TUNNEL_IDLE_TIMEOUT: 300