mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-22 00:23:55 +02:00
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:
@ -54,11 +54,20 @@ PYTHON_POSTGRES_PASSWORD=postgres
|
||||
PYTHON_POSTGRES_HOST=localhost
|
||||
PYTHON_POSTGRES_DATABASE=postgres
|
||||
PYTHON_POSTGRES_PORT=5432
|
||||
|
||||
PYTHON_MONGO_USERNAME=username
|
||||
PYTHON_MONGO_HOST=localhost
|
||||
PYTHON_MONGO_PASSWORD=password
|
||||
PYTHON_MONGO_PORT=27017
|
||||
PYTHON_MONGO_DATABASE=transparenzregister
|
||||
|
||||
PYTHON_DASH_LOGIN_USERNAME=some-login-to-webgui
|
||||
PYTHON_DASH_LOGIN_PW=some-pw-to-login-to-webgui
|
||||
|
||||
CR=ghcr.io/fhswf/aki_prj23_transparenzregister
|
||||
TAG=latest
|
||||
|
||||
HTTP_PORT=80
|
||||
```
|
||||
|
||||
The prefix `PYTHON_` can be customized by setting a different `prefix` when constructing the ConfigProvider.
|
||||
|
Reference in New Issue
Block a user