Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 318 Bytes

File metadata and controls

23 lines (15 loc) · 318 Bytes

Gateway

Generar una secret key (usa la misma con el users-service):

openssl rand -hex 32

System gateway config

Start with docker

Create tpii-network if not already created

docker network create tpii-network

Start the gateway with Docker Compose:

docker compose up