-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Hi,
I´m trying to install the maestro using docker-coposer, however, after login the erro bellow happen:
GET http://maestro.back.b2w:8888/applications?limit=300 HTTP/1.1 500 Internal Server Error 17ms]
First of all, i´m not sure that my docker compose file is correct, and i share with you to analyze;
services:
client:
image: maestroserver/client-maestro
ports:
- "80:80"
environment:
- "API_URL=http://maestro.back.b2w:8888"
- "STATIC_URL=http://maestro.back.b2w:8888/static/"
- "ANALYTICS_URL=http://maestro.back.b2w:9999"
- "WEBSOCKET_URL=ws://maestro.back.b2w:8000"
- "THEME=blue"
depends_on:
- server
This error occurs in the registration of applications in general, not allowing it to be effective after filling out the form.
Thanks a lot,
Denilson