Ubios-udapi-server May 2026

postgres: image: postgres:15 environment: POSTGRES_DB: udapi POSTGRES_USER: udapi POSTGRES_PASSWORD: secure_password volumes: - postgres_data:/var/lib/postgresql/data

redis: image: redis:7-alpine volumes: - redis_data:/data ubios-udapi-server

// Client endpoints GET /api/v1/clients // List connected clients GET /api/v1/clients/:mac // Get client details ubios-udapi-server

COPY . .