TODO merge with idhub? | it allows to run everything done in this project as a docker compose
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.
Go to file
pedro 4c7e6bd3c9 idhub: add CSRF_TRUSTED_ORIGINS env var 2023-11-03 10:11:30 +01:00
docker idhub docker temp 2023-10-31 11:00:08 +01:00
.env.example idhub: add CSRF_TRUSTED_ORIGINS env var 2023-11-03 10:11:30 +01:00
.gitignore add idhub repo (TODO docker part) 2023-10-10 11:08:32 +02:00
Makefile idhub docker temp 2023-10-31 11:00:08 +01:00
README.md idhub docker temp 2023-10-31 11:00:08 +01:00
docker-compose.yml orchestra & musician: use env namespace 2023-10-31 10:44:46 +01:00
docker-compose_idhub-temp.yml idhub: add CSRF_TRUSTED_ORIGINS env var 2023-11-03 10:11:30 +01:00
idhub_build.sh idhub build: add detach on production env 2023-11-03 09:59:56 +01:00
pull-repos.sh add idhub repo (TODO docker part) 2023-10-10 11:08:32 +02:00

README.md

docker files and integrations

idhub

use script ./idhub_build.sh to rebuild it locally

TODO: incorporate to general docker compose

deploy everything in localhost

note: right now the same applies for localhost and reachable deployments

docker compose up

building and deploying new docker images

make docker

dev

if you want to enter a shell inside a new container:

docker run -it --entrypoint= ${target_docker_image} bash

if you want to enter a shell on already running container:

docker exec -it ${target_docker_image} bash