diff --git a/docker-compose.yml b/docker-compose.yml index d98c5b7..b1fda94 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,7 +9,7 @@ services: - ./backend:/app - backend_data:/app/data environment: - - DATABASE_URL=postgresql://elmeg:elmeg_password@db:5432/elmeg_db + - DATABASE_URL=postgresql://elmeg:elmeg_password@db:5432/elmeg - SECRET_KEY=${SECRET_KEY:-demo-secret-change-in-production} command: uvicorn main:app --host 0.0.0.0 --port 8000 --root-path /api --proxy-headers --forwarded-allow-ips '*' depends_on: