Add Collabora
This commit is contained in:
parent
70b9dd51a7
commit
00334e095f
1 changed files with 12 additions and 0 deletions
|
@ -33,3 +33,15 @@ podman-default-create \
|
||||||
--env-file $db_env_file \
|
--env-file $db_env_file \
|
||||||
--label "io.containers.autoupdate=registry" \
|
--label "io.containers.autoupdate=registry" \
|
||||||
docker.io/library/nextcloud:25-apache
|
docker.io/library/nextcloud:25-apache
|
||||||
|
|
||||||
|
set -l collabora_container_name nextcloud-collabora
|
||||||
|
|
||||||
|
podman-default-create \
|
||||||
|
$collabora_container_name \
|
||||||
|
--network traefik \
|
||||||
|
-e "domain=nextcloud\\.mo8it\\.com" \
|
||||||
|
-e "dictionaries=de_DE en_GB en_US" \
|
||||||
|
-e "extra_params=--o:ssl.enable=false --o:ssl.termination=true" \
|
||||||
|
-e "DONT_GEN_SSL_CERT=true" \
|
||||||
|
--cap-add MKNOD \
|
||||||
|
docker.io/collabora/code:latest
|
||||||
|
|
Loading…
Add table
Reference in a new issue