backend not working
See original GitHub issueI executed docker-compose up
and docker-compose exec backend bash
. And displayed WARNING: The following deploy sub-keys are not supported and have been ignored: labels
And backend
container not working.
% docker ps (git)-[main]
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
a3826d992dde mher/flower "flower --broker=amq…" 8 minutes ago Up 8 minutes 0.0.0.0:5555->5555/tcp, :::5555->5555/tcp fastapi_project_flower_1
409a2c5cdbd6 traefik:v2.2 "/entrypoint.sh --pr…" 8 minutes ago Up 8 minutes 0.0.0.0:80->80/tcp, :::80->80/tcp, 0.0.0.0:8090->8080/tcp, :::8090->8080/tcp fastapi_project_proxy_1
86c4f6524779 postgres:12 "docker-entrypoint.s…" 8 minutes ago Up 8 minutes 5432/tcp fastapi_project_db_1
91b6f31f808b frontend:latest "nginx -g 'daemon of…" 8 minutes ago Up 8 minutes 80/tcp fastapi_project_frontend_1
13a0dade59fd rabbitmq:3 "docker-entrypoint.s…" 8 minutes ago Up 8 minutes 4369/tcp, 5671-5672/tcp, 15691-15692/tcp, 25672/tcp fastapi_project_queue_1
How can I solve this problem?
Issue Analytics
- State:
- Created 2 years ago
- Comments:6
Top Results From Across the Web
Why is my backend not working when the site is online?
1 Answer 1 ... First of all, you need to enable error_reporting to E_ALL so that what type of error happened. Problem might...
Read more >Backend not working : r/Heroku - Reddit
This is an error due to your localhost not live. You need to make something (a server ) run on localhost to be...
Read more >Top 10 Mistakes Backend Developers Make - Brainhub
1. Getting too much technical debt or over-engineering/over-optimization · 2. Missing tests or not testing each level of the pyramid · 3. Missing...
Read more >The backend is not working - WordPress.org
Hi I just installed the plugin. But the back-end does not seems to be working as it should. Please see screenshot https://prnt.sc/1815i37. 1>...
Read more >Touch backend not working · Issue #2658 · react-dnd ... - GitHub
Hi - The documentation does not address this but is the touch backend supposed to simply add touch based dragging or it excludes...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It’s resolved. My
.env
was the problem.@sanggusti I solved so.thanks!