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

Unable to pull docker image cezerin2/cezerin2 #42

Closed
kdpisda opened this issue Feb 3, 2019 · 2 comments
Closed

Unable to pull docker image cezerin2/cezerin2 #42

kdpisda opened this issue Feb 3, 2019 · 2 comments

Comments

@kdpisda
Copy link

kdpisda commented Feb 3, 2019

I am unable to pull docker image it says
ERROR: pull access denied for cezerin2/cezerin2, repository does not exist or may require 'docker login'

I have logged in with the docker too.

My docker-compose file

version: '3'

services:
  app:
    image: cezerin2/cezerin2
    environment:
      - DB_HOST=db
      - DB_PORT=27017
      - DB_NAME=shop
      - DB_USER=store
      - DB_PASS=Qwertyuiop~
    ports:
      - 4000:80
    volumes:
      - /var/www/store:/var/www/cezerin
    depends_on:
      - db
    restart: always

  db:
    image: mongo
    ports:
      - 27017
    volumes:
      - /var/www/store-db:/data/db
    restart: always
@LuBuss
Copy link
Member

LuBuss commented Feb 5, 2019

Cezerin2 docker hasn't been setup yet. I am looking at completing this with module seperation update

@ngoyal16 ngoyal16 added this to To do in v1.0 Feb 18, 2019
@ngoyal16 ngoyal16 removed this from To do in v1.0 Feb 19, 2019
@vamcart
Copy link
Member

vamcart commented Mar 25, 2019

Fixed. cezerin2 docker images available now.

Here is the manuals - https://cezerin.org/docs/#/

@vamcart vamcart closed this as completed Mar 25, 2019
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

3 participants