- Docker Desktop
- Docker Compose Ths project requires about 20gigabyte of storage and 8 gigabyte of RAM.
This repository offers two options for starting up the supporting services for NL Portal:
- Including all ZGW related services, like Open Zaak, Open Klant, Objects API and Objecttypes API
- Keycloak and database only
Execute the following command: docker compose --profile zgw up -d
The following services will be started:
Service | Mapped port |
---|
| Portal frontend | 4200 | | Portal backend | 8004 | | GZAC frontend | 3000 | | GZAC backend | 8005 | | NL Portal database (postgres) | 54321 | | GZAC database (postgres) | 54329 | | Keycloak nl portal| 8080 | | Keycloak gzac| 8081 | | Keycloak nl portal database (postgres) | - | | Open Zaak | 8001 | | Open Zaak database (postgis) | - | | Open Klant | 8006 | | Open Klant database (postgis) | - | | Objecten API | 8010 | | Objecten API database (postgis) | - | | Objecttypen API | 8011 | | Objecttypen API database (postgres) | - | | Redis | - |