Just a simple example using docker compose. There are 2 services:
API: Just a simple fake json-api server serving in path /api
.
UI: Basic svelte app. It fetches data from the api endpoint.
It should build the images and run the stack with:
docker-compose up
You can also build it first by typing:
docker-compose build