version: '3.8' services: aquavox: build: . ports: - "2611:2611" environment: - NODE_ENV=production volumes: - .:/app command: ["bun", "web:deploy"] volumes: node_modules: