Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 412 Bytes

File metadata and controls

16 lines (12 loc) · 412 Bytes

Development

Docker Compose

For convenience, the make system can bring up a container using docker compose with the command:

make up

If local test environment specific details need to be added, a file named local-docker-compose.yml can be added to the directory root. This extra file is not included when running static check on the included docker-compose.yml file.