Closed rajanverma-me closed 3 years ago
yup.. Release note is fine.. at least it will help newcomers to get clarity over the purpose. regarding the second issue.... I tried doing exact steps on my system but was still unable to solve the 502 gateway issue, any suggestion over that will be helpful. the logs are shared above.
yup.. Release note is fine.. at least it will help newcomers to get clarity over the purpose. regarding the second issue.... I tried doing exact steps on my system but was still unable to solve the 502 gateway issue, any suggestion over that will be helpful. the logs are shared above.
Which compose file did you use in this case?
The default one docker-compose.yaml
Are all the micro-services running?
Whats the output of docker ps
?
Yes, all 6 are running fine, but the 502 gateway issue still persists. Here is the output.
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
ee4a4b87188a c69825410d97 "./deploy/docker/ent…" 12 hours ago Up 14 seconds 0.0.0.0:80->80/tcp, :::80->80/tcp, 9000/tcp mediacms_web_1
acb4feddbe12 c69825410d97 "./deploy/docker/ent…" 12 hours ago Up 14 seconds 80/tcp, 9000/tcp mediacms_celery_worker_1
668c25b1eb77 c69825410d97 "./deploy/docker/ent…" 12 hours ago Up 15 seconds 80/tcp, 9000/tcp mediacms_migrations_1
b134bb66ba0c 17633a8022b8 "docker-entrypoint.s…" 12 hours ago Up 41 seconds (healthy) 5432/tcp mediacms_db_1
0e6934cf7a97 c69825410d97 "./deploy/docker/ent…" 12 hours ago Up 45 seconds 80/tcp, 9000/tcp mediacms_celery_beat_1
77b8e487602f a4b2ec2d149e "docker-entrypoint.s…" 12 hours ago Up 46 seconds (healthy) 6379/tcp mediacms_redis_1
After running
docker-compose up
at the end it got failed withI am still trying to find where the postgres_data is .. there is no documentation, also no updates about this folder. why is it showing outside of root directory in docker-compose.yaml
but inside the root directory in gitignore
and again outside the root directory in docker-compose-dev
again inside the root directory in. docker-compose-named-volumes.yaml
Moreover, I manually created it and got it worked but HTTP://localhost is still not accesssible. It says 502 Bad gateway. Some logs when I hit the localhost:
Please guide.
I am using MacOS BigSur V: 11.4 (20F71)