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

Blank page after vtiger login #32

Open
francescobianco opened this issue Aug 10, 2020 · 8 comments
Open

Blank page after vtiger login #32

francescobianco opened this issue Aug 10, 2020 · 8 comments

Comments

@francescobianco
Copy link
Member

And it is running but getting white page after login as admin admin
In host already mysql server is running but what about connectivity with the host db

@francescobianco
Copy link
Member Author

Which version of Vtiger Image you use?

@zahurulhaq
Copy link

Vtiger docker image latest version 7.1

@zahurulhaq
Copy link

Should I add db properties in docker file and build the image ?

@francescobianco
Copy link
Member Author

@zahurulhaq did you have a docker-compose.yml file? please paste here?

@zahurulhaq
Copy link

No I am using from docker hub as docker file

@francescobianco
Copy link
Member Author

I thinks you need follow this to have a proper setup https://github.com/javanile/vtiger-demo

@datalabsindia
Copy link

datalabsindia commented Aug 10, 2020

version: '3'

services:

  vtiger:
    image: javanile/vtiger:7.1.0
    environment:
      - VT_SITE_URL=http://localhost:8080
      - MYSQL_HOST=mysql
      - MYSQL_DATABASE=vtiger
      - MYSQL_ROOT_PASSWORD=secret
    ports:
      - 8080:80
    volumes:
      - ./:/app
      - vtiger:/var/lib/vtiger
    links:
      - mysql

  mysql:
    image: mysql:5.5
    environment:
      - MYSQL_DATABASE=vtiger
      - MYSQL_ROOT_PASSWORD=secret
    volumes:
      - mysql:/var/lib/mysql:rw

volumes:
  mysql:
  vtiger:

@datalabsindia
Copy link

thanks for the reply @francescobianco please find above docker-compose file i want to connect vtiger container to host my sql db please help

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