version: "3" services: web: container_name: "web" image: "node" ports: - "6969:80" - "8080:8080" volumes: - ".:/app" command: "node /app/server.js"