services: latosa-escrima: build: context: . dockerfile: Dockerfile ports: - "3000:3000" environment: - NODE_ENV=production restart: always # Ensures the container restarts on failure or Docker restart