This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
idhub-docker/.env.example
pedro 27742db4fb init with previous work
this repo is a reinitialization with a change in the concept

previous repo had git subtree of django-musician and django-orchestra,
that was too static for our interest

next approach is a script that pulls git repos, and that would be
needed if you want to build everything, if not, just with the docker
compose you would have enough for running the containers, hence,
downloading the images from the docker registry
2023-10-10 10:07:46 +02:00

7 lines
195 B
Plaintext

ORCHESTRA_SECRET_KEY=
MUSICIAN_SECRET_KEY=
# specially useful if you want to deploy in a specific domain
#MUSICIAN_API_BASE_URL=https://orchestra.example.org
#ALLOWED_HOSTS=musician.example.org