Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker-compose deployment #253

Open
meichthys opened this issue Jul 17, 2020 · 3 comments
Open

Docker-compose deployment #253

meichthys opened this issue Jul 17, 2020 · 3 comments

Comments

@meichthys
Copy link

I tried a docker-compose deployment using an image from dockerhub without success. Could someone take a look at my docker-compose below and let me know if something looks off?

version: "3"
services:
  pb:
    container_name: pb
    image: ptpb/pb
    ports:
      - '10008:10002'
    volumes:
      - pb_data:/pb
    environment:
      - 'LISTEN_ADDRESS=::'
      - 'LISTEN_PORT=10008'
      - 'CDN_PREFIX=//d34zelngniy2d8.cloudfront.net'

  pb_mongodb:
    container_name: mongodb_pb
    image: mongo:latest

volumes:
  pb_data:

After running docker-compose up -d I cannot access: http://docker_ip_address:10008 😕

@DevelopedByAnurag
Copy link

Hey Did it worked as I am facing a similar issue

@meichthys
Copy link
Author

@DevelopedByAnurag No, i wasn't able to get it going on my end, but i'm also not that well versed in Docker, so it could have been a simple config mistake on my part.

@DevelopedByAnurag
Copy link

@meichthys it worked for me run it with Sudo privileges and I was able to run it at localhost as well as on MongoDB atlas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants