Skip to content

Commit

Permalink
- Makefile quickfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Moeni committed Jan 8, 2024
1 parent 7708e15 commit 224c2f1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,21 @@ make_secrets:
stack:
@PI_BOOTSTRAP="true" \
${CONTAINER_ENGINE} compose --env-file=environment/application-${TAG}.env -p ${TAG} --profile=${PROFILE} up -d
@echo
@echo Access to privacyIDEA Web-UI: https://localhost:8443
@echo -n "Username/Password: admin / "
@cat secrets/pi_admin_pass

fullstack:
@PI_BOOTSTRAP="true" \
${CONTAINER_ENGINE} compose --env-file=environment/application-${TAG}.env -p ${TAG} --profile=fullstack up -d
@${CONTAINER_ENGINE} exec -d ${TAG}-privacyidea-1 /bin/bash -c -i "pi-manage config importer -i /etc/privacyidea/resolver.json &>/dev/null" &>/dev/null
@echo
@echo Access to privacyIDEA Web-UI: https://localhost:8443
@echo -n "Username/Password: admin / "
@cat secrets/pi_admin_pass




run:
@${CONTAINER_ENGINE} run -d --name ${TAG}-privacyidea \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Clone repository and start a full privacyIDEA stack:
```
git clone https://github.com/gpappsoft/privacyidea-docker.git
cd privacyidea-docker
make cert secret stack PROFILE=fullstack TAG=prod
make cert secret fullstack
```


Expand Down

0 comments on commit 224c2f1

Please sign in to comment.