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 f378a945e8 authentik: use fork as volume
right now, it does not seem to need to compile
2024-01-23 09:17:58 +01:00
docker musician: make it build and run, missing IDP binds 2024-01-23 09:10:41 +01:00
.dockerignore useful dockerignores to ignore local python env 2023-11-16 17:17:56 +01:00
.env.example musician: make it build and run, missing IDP binds 2024-01-23 09:10:41 +01:00
.gitignore more bugfix namespace problm and pangeapilot files 2024-01-19 12:39:14 +01:00
Makefile pangea p: add manual build of orchestra & musician 2024-01-23 09:00:27 +01:00
README.md idhub: better README.md 2023-11-03 10:16:42 +01:00
build__all.sh bugfix namespace, build__all script, simple pilots 2024-01-19 11:01:49 +01:00
build__common.sh bugfix namespace, build__all script, simple pilots 2024-01-19 11:01:49 +01:00
build__pilot-lafede.sh bugfix namespace, build__all script, simple pilots 2024-01-19 11:01:49 +01:00
build__pilot-pangea.sh pangea p: add manual build of orchestra & musician 2024-01-23 09:00:27 +01:00
build__pilot-setem.sh bugfix namespace, build__all script, simple pilots 2024-01-19 11:01:49 +01:00
build__pilot-xo9b.sh bugfix namespace, build__all script, simple pilots 2024-01-19 11:01:49 +01:00
docker-compose__pilot-lafede.yml more bugfix namespace problm and pangeapilot files 2024-01-19 12:39:14 +01:00
docker-compose__pilot-pangea.yml authentik: use fork as volume 2024-01-23 09:17:58 +01:00
docker-compose__pilot-setem.yml more bugfix namespace problm and pangeapilot files 2024-01-19 12:39:14 +01:00
docker-compose__pilot-xo9b.yml more bugfix namespace problm and pangeapilot files 2024-01-19 12:39:14 +01:00
docker-compose_idhub-temp.yml idhub: make it more dev env friendly 2023-12-01 10:10:11 +01:00
docker-compose_orchestra-temp.yml orchestra temp build 2023-11-24 12:33:55 +01:00
orchestra_build.sh orchestra temp build 2023-11-24 12:33:55 +01:00
pull-repos.sh authentik: use fork as volume 2024-01-23 09:17:58 +01:00

README.md

docker files and integrations

idhub

build

# clone or get latest versions of repos
./pull-repos.sh
# rebuild idhub locally
./idhub_build.sh

in production, use ./idhub_build.sh prod to enable detaching

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