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 f84539f6b7 add idhub repo (TODO docker part) 2023-10-10 11:08:32 +02:00
docker init with previous work 2023-10-10 10:07:46 +02:00
.env.example init with previous work 2023-10-10 10:07:46 +02:00
.gitignore add idhub repo (TODO docker part) 2023-10-10 11:08:32 +02:00
Makefile add idhub repo (TODO docker part) 2023-10-10 11:08:32 +02:00
README.md init with previous work 2023-10-10 10:07:46 +02:00
docker-compose.yml new orchestra & musician images with sso branch 2023-10-10 10:59:40 +02:00
pull-repos.sh add idhub repo (TODO docker part) 2023-10-10 11:08:32 +02:00

README.md

docker files and integrations

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