services: discovery: build: . ports: - "${HOST_BIND_IP:-0.0.0.0}:${HOST_PORT:-8011}:8011" volumes: - ./data:/app/data # SQLite file persists here env_file: - .env restart: unless-stopped