build first set of docker container in pipline and place them in the the github registry (#142)

- added a Dockerfile for the thre containers
- added a workflow step to build and placing the container in the
registry
- added a docker-compose.yaml to use the build images
- added a docker compose to build the images locally and a script for
prebuild steps
This commit is contained in:
2023-09-24 18:32:52 +02:00
committed by GitHub
parent 5c8d20f4c2
commit 091e67de79
21 changed files with 447 additions and 47 deletions

4
rebuild-and-start.bat Normal file
View File

@@ -0,0 +1,4 @@
poetry build
docker network prune -f
docker-compose -f local-docker-compose.yml build
docker-compose -f local-docker-compose.yml up