version: "3.4" services: centurion: build: context: . dockerfile: ./dockerfile environment: NODE_ENV: production ports: - 8800:3001 restart: always command: "node src/index.js"