Skip to content

Commit

Permalink
Merge pull request #54 from NethServer/sdl-oneNode
Browse files Browse the repository at this point in the history
Limit ejabberd to one module per node  NethServer/dev#6955
  • Loading branch information
stephdl authored Oct 15, 2024
2 parents f824ca8 + 780d690 commit fe7a1f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ buildah add "${container}" ui/dist /ui
# Setup the entrypoint, ask to reserve one TCP port with the label and set a rootless container
buildah config --entrypoint=/ \
--label="org.nethserver.authorizations=traefik@node:certadm node:fwadm cluster:accountconsumer" \
--label="org.nethserver.max-per-node=1" \
--label="org.nethserver.tcp-ports-demand=0" \
--label="org.nethserver.rootfull=0" \
--label="org.nethserver.images=docker.io/ejabberd/ecs:24.07" \
Expand Down

0 comments on commit fe7a1f8

Please sign in to comment.