kbss-cvut / s-pipes-editor-ui

MIT License
0 stars 0 forks source link

Put nginx in front of the services #63

Closed palagdan closed 2 months ago

palagdan commented 2 months ago

Resolves #50

palagdan commented 2 months ago

@blcham

All services seems to be working with nginx except for db-server. I tried to fix it, but I don't know what the problem. Screenshot from 2024-09-09 17-14-30

I fixed it by adding :

GDB_JAVA_OPTS: "-Dgraphdb.external-url=${PUBLIC_ORIGIN:-http://localhost:${INTERNAL_HOST_PORT:-1235}}/services/db-server"
palagdan commented 2 months ago

@blcham

Screenshot from 2024-09-17 20-38-01 The backend is working correctly. I might have requested the wrong path earlier.

blcham commented 2 months ago

@palagdan watch out, i force-pushed (most likely it was not good idea) just to fix formating of nginx.conf