I cloned the project and run the following and is not working as it should
[root@x.x.x.x iris-full]# make
install -d logs/iris-{api,relay}/{nginx,uwsgi}
docker-compose up -d
Starting iris-full_db_1 ... done
Starting iris-full_iris-api_1 ... done
Starting iris-full_prometheus_1 ... done
Starting iris-full_iris-relay_1 ... done
[root@x.x.x.x iris-full]# docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
726bc60359cd prom/prometheus "/bin/prometheus --c…" 2 minutes ago Up 6 seconds 0.0.0.0:9090->9090/tcp iris-full_prometheus_1
00bc68cf5bcb quay.io/iris/iris-relay "sudo -EHu iris-rela…" 2 minutes ago Up 6 seconds 8080/tcp, 0.0.0.0:16648->16648/tcp iris-full_iris-relay_1
eab3a0162760 quay.io/iris/iris "sudo -EHu iris bash…" 2 minutes ago Up 6 seconds 0.0.0.0:16649->16649/tcp iris-full_iris-api_1
485e7994052e mysql:5.7 "docker-entrypoint.s…" 3 minutes ago Up 7 seconds 3306/tcp, 33060/tcp iris-full_db_1
When I tried to go to localhost:16649 is not loading anything
I checked iris-api logs and it doesnt show anything but the mysql logs show the following:
2020-06-30T22:12:29.149913Z 0 [Note] mysqld: ready for connections.
Version: '5.7.30' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server (GPL)
2020-06-30T22:12:29.704040Z 2 [Note] Got an error reading communication packets
2020-06-30T22:12:30.962040Z 3 [Note] Got an error reading communication packets
I cloned the project and run the following and is not working as it should
[root@x.x.x.x iris-full]# make
install -d logs/iris-{api,relay}/{nginx,uwsgi}
docker-compose up -d
Starting iris-full_db_1 ... done
Starting iris-full_iris-api_1 ... done
Starting iris-full_prometheus_1 ... done
Starting iris-full_iris-relay_1 ... done
[root@x.x.x.x iris-full]# docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
726bc60359cd prom/prometheus "/bin/prometheus --c…" 2 minutes ago Up 6 seconds 0.0.0.0:9090->9090/tcp iris-full_prometheus_1
00bc68cf5bcb quay.io/iris/iris-relay "sudo -EHu iris-rela…" 2 minutes ago Up 6 seconds 8080/tcp, 0.0.0.0:16648->16648/tcp iris-full_iris-relay_1
eab3a0162760 quay.io/iris/iris "sudo -EHu iris bash…" 2 minutes ago Up 6 seconds 0.0.0.0:16649->16649/tcp iris-full_iris-api_1
485e7994052e mysql:5.7 "docker-entrypoint.s…" 3 minutes ago Up 7 seconds 3306/tcp, 33060/tcp iris-full_db_1
When I tried to go to localhost:16649 is not loading anything
I checked iris-api logs and it doesnt show anything but the mysql logs show the following:
2020-06-30T22:12:29.149913Z 0 [Note] mysqld: ready for connections.
Version: '5.7.30' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server (GPL)
2020-06-30T22:12:29.704040Z 2 [Note] Got an error reading communication packets
2020-06-30T22:12:30.962040Z 3 [Note] Got an error reading communication packets