services: jsoncrack: image: jsoncrack container_name: jsoncrack build: context: . dockerfile: Dockerfile ports: - "8888:8080" environment: - NODE_ENV=production