skip to Main Content

Docker-Compose Parse Dashboard

I am trying to run parse dashboard via the following docker-compose.yml: version: '3' services: mongo: image: mongo ports: - 27017:27017 volumes: - ./data-db:/data/db parse: image: parseplatform/parse-server ports: - 1337:1337 links: - mongo environment: - PARSE_SERVER_APPLICATION_ID=yourappid - PARSE_SERVER_MASTER_KEY=yourmasterkey - PARSE_SERVER_DATABASE_URI=mongodb://mongo:27017/dev -…

VIEW QUESTION

Cloudformation stacks, then how can I find the reason or log – Docker

When deploying from template, This service is stack as CREATE_IN_PROGRESS ServiceD69D759B arn:aws:ecs:ap-northeast-1:6781002281XX:service/AdminCluster/CdkFargateStack-ServiceD69D759B-sm274jjTfbP7 AWS::ECS::Service CREATE_IN_PROGRESS Resource creation Initiated - However I have no idea where to start. This docker image receive the access from 8011, so in local it works in…

VIEW QUESTION
Back To Top
Search