Run the restful application server:
$ docker compose up --build -d
Stop the restful application server:
$ docker compose stop chassis
Stop and remove containers and networks:
$ docker compose down
Run the restful application server:
$ docker compose up --build -d
Stop the restful application server:
$ docker compose stop chassis
Stop and remove containers and networks:
$ docker compose down