mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-01 20:44:07 +00:00
Added "example" zulip.conf
This commit is contained in:
@@ -8,6 +8,7 @@ ENV ZULIP_GROUP="zulip" ZULIP_USER="zulip" ZULIP_DIR="/home/zulip" \
|
||||
|
||||
ADD entrypoint.sh /entrypoint.sh
|
||||
# TODO: Change this to the docker build repo including all required files
|
||||
# zulip.conf file is also located in includes folder
|
||||
RUN chmod 755 /entrypoint.sh && \
|
||||
groupadd -r "zulip" && \
|
||||
useradd -r -g "zulip" -d "/home/zulip" "zulip" && \
|
||||
|
||||
3
includes/etc/zulip/zulip.conf
Normal file
3
includes/etc/zulip/zulip.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
[machine]
|
||||
puppet_classes = zulip::voyager
|
||||
deploy_type = voyager
|
||||
Reference in New Issue
Block a user