services: netfelix-audio-fix: build: . ports: - "3000:3000" volumes: - ./data:/data environment: - DATA_DIR=/data - PORT=3000 restart: unless-stopped