version: '3' services: suno-api: build: . ports: - "8003:8003" volumes: - ./config:/app/config logging: options: tag: "{{.Name}}"