Loading docker-compose.yml +4 −0 Original line number Diff line number Diff line Loading @@ -10,12 +10,16 @@ services: - ./capif_backend:/usr/src/app extra_hosts: - host.docker.internal:host-gateway - capifcore:host-gateway - register:host-gateway - mongo:host-gateway - vault:host-gateway environment: - CAPIF_HOSTNAME=capifcore - VAULT_HOSTNAME=vault - VAULT_ACCESS_TOKEN=dev-only-token - REGISTER_HOSTNAME=register - REGISTER_PORT=8084 - VAULT_PORT=8200 restart: unless-stopped Loading Loading
docker-compose.yml +4 −0 Original line number Diff line number Diff line Loading @@ -10,12 +10,16 @@ services: - ./capif_backend:/usr/src/app extra_hosts: - host.docker.internal:host-gateway - capifcore:host-gateway - register:host-gateway - mongo:host-gateway - vault:host-gateway environment: - CAPIF_HOSTNAME=capifcore - VAULT_HOSTNAME=vault - VAULT_ACCESS_TOKEN=dev-only-token - REGISTER_HOSTNAME=register - REGISTER_PORT=8084 - VAULT_PORT=8200 restart: unless-stopped Loading