Server Installation
IZ Suite Server Installation
Starting IZ Server - Using Docker
Starting IZ Server - Using Docker Compose
version: '3.8'
services:
iz-server:
image: public.ecr.aws/h0h7r7j4/falcon-suite:<FALCON_SERVER_VERSION>
ports:
- '80:80'
- '443:443'
environment:
- FALCON_MODE=all
- DATABASE_URL=postgres://<USERNAME>:<PASSWORD>@<HOST>:<PORT>/<DB_NAME>
healthcheck:
test: curl --fail http://localhost/api/graphql/health || exit 1
interval: 10s
timeout: 20s
retries: 3Starting IZ Instance - with SSL
From AWS Debian CIS Hardened Image
Key
Description
Required?

See Also
Last updated
Was this helpful?

