Skip to content

Commit

Permalink
Merge pull request #5 from geniusdynamics/dev
Browse files Browse the repository at this point in the history
Impleemnt Authentication with Nethserver Ldap
  • Loading branch information
compgeniuses authored Jul 26, 2024
2 parents 7359dfc + 2cfd3ec commit 76d7355
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ images=()
repobase="${REPOBASE:-ghcr.io/geniusdynamics}"
# Configure the image name
reponame="zitadel"
APP_VERSION="v2.56.0-debug"
APP_VERSION="v2.57.0-debug"

# Create a new empty container image
container=$(buildah from scratch)
Expand Down
3 changes: 2 additions & 1 deletion imageroot/systemd/user/zitadel.service
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ ExecStartPre=/usr/bin/podman pod create --infra-conmon-pidfile %t/zitadel.pid \
--name zitadel \
--publish 127.0.0.1:${TCP_PORT}:8080 \
--replace \
--network=slirp4netns:allow_host_loopback=true
--network=slirp4netns:allow_host_loopback=true \
--add-host=accountprovider:10.0.2.2
ExecStart=/usr/bin/podman pod start --pod-id-file %t/zitadel.pod-id
ExecStop=/usr/bin/podman pod stop --ignore --pod-id-file %t/zitadel.pod-id -t 10
ExecStopPost=/usr/bin/podman pod rm --ignore -f --pod-id-file %t/zitadel.pod-id
Expand Down

0 comments on commit 76d7355

Please sign in to comment.