trainhandler-clienttrainhandler-serverfdskeycloakpostgres
- For deployment with proxy, you won't need the ports to be exposed (let Postgres for access through SSH for example)
- You will need domain names configured for all services except Postgres and configure
docker-compose.yml, and bothapplication.ymlfiles accordingly - Use HTTPS proxy for the exposed services (four)
- Set secure passwords for
keycloakandpostgres(againdocker-compose.yml, and bothapplication.ymlfiles accordingly) - Configure
fds/application.ymlto connect to some triple store / repository with data to be queried - You can use
data.sqlto seed some basic data for demonstration in the Train Handler