This is a simple setup for quick test, not for a big production team currently.
Of course yarn before everything starts.
yarn
based on mac os, prepare docker compose
If want to local build docker-compose-complete-services.yml
, need to adjust memory allocation from default 2gb to at least 6gb.
Just simply adjust through UI preference
.
colima stop
colima start --memory 6
Then, run the docker compose
docker-compose -f docker-compose-complete-services.yml
Or, run the shell script to get simple setup from DockerHub, without building locally.
deploy.sh
- You cannot run any api call, cause there is CORS issue. (You can check that out in Dev Tool)
- You need to install this Chrome Extension.
- After that, add current domain in the extensiion.
- Refresh, and re-run the api call.
We pull open source images from DockerHub currently, so there's no build stage now.
- api gateway
- add own build content
- tests
- network setting