-
Notifications
You must be signed in to change notification settings - Fork 10
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
Is this still working? #7
Comments
Got the same issue here. |
+1 |
After much debugging/digging, it is a first-run permissions issue on the log directories for nginx. If you look in the logs directory, when you first run make (or docker compose) it initializes the nginx dir as owned by
But the
Been a long while since I messed with make files, but I am guessing it could be mod'd in there. However, if you pre-create the My question is... Does anyone know the default credentials? 😄 |
I dove into the Makefile so this should be fixed with the pull request I made? |
I cloned the project and run the following and is not working as it should
[[email protected] 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
[[email protected] 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
The text was updated successfully, but these errors were encountered: