Depends on REDIS_SERVER_HOST to be set, points to redis instance Depends on REDIS_SERVER_PORT to be set, port used by redis instance
These variables should be injected when running the container
By going to the /api/v1
endpoint on the current deployment you can see the available endpoints in more detail.
Generally, these are the available endpoints and who they are consumed by.
- /authorize
- Consumed by
php-backend
- Consumed by
- /login
- Consumed by
attacker-bruteforce
- Consumed by
version: '2'
services:
app:
image: ci.tno.nl/self-healing/authentication-bastion:master
restart: always
ports:
- "80:5000"