services: nanodrop: build: . ports: - "3000:3000" env_file: - .env volumes: - nanodrop-data:/app/data restart: unless-stopped volumes: nanodrop-data: