etsy / 411

An Alert Management Web Application

Home Page:https://demo.fouroneone.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Infinite loading bar

Amarquier opened this issue · comments

Hi,
I tried to install your application by following the setup.md but in the end all I have is an infinite loading bar. I don't know where is the issue. Can you help me please ?

Thanks

commented

Hello everybody, unfortunately I can reproduce this too.
I don't know how to help debuging this.
Here is my docker-compose file:
version: '2' services: fouroneone: build: context: . args: COMPOSER: composer-es2x.json container_name: ping networks: - system ports: - "8800:80" volumes: - /path/Ping/data:/data es: image: "elasticsearch:2.4.3" container_name: pingelastic networks: - system ports: - "9200:9200"