Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@caviri
Copy link
Member

@caviri caviri commented Mar 27, 2024

This docker-compose.yml deploy all the services and run odtp in a docker in a docker image. Good enough for development and testing.

caviri and others added 17 commits March 8, 2024 09:04
this avoids exposing secrets in Docker containers
otherwise nicegui fails to run and the `odtp dashboard` command
does not work
that way the docker-compose file can be filled with the secrets
on docker compose up

the configurations can be checked with `docker compose config`
provide two example `.env` files: one for local setup and one for
the docker compose setup
the data that is loaded there is outdated
use mongodb function for the setup and remove mongodb class
these functions are not used any more
igonre .env.compose, ignoring odtpDB.json is no longer needed
since it has been replaced by compose.yml
in order to combine compose.yml with environment variables a
`.env` is needed. See here for an explanation:
https://stackoverflow.com/questions/48495663/docker-compose-env-file-not-working
fix(Dockerfile): don't expose environment variables
@caviri caviri merged commit 8dc0f0b into develop Apr 4, 2024
@sabinem sabinem deleted the dockerfiles-docker-compose branch April 4, 2024 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants