Closed whlsxl closed 5 years ago
just add env is OK,
collabora:
image: tiredofit/libreoffice-online
container_name: nextcloud_collabora
# expose:
# - 9980
cap_add:
- MKNOD
environment:
- ADMIN_USER=[admin]
- ADMIN_PASS=[password]
- ALLOWED_HOSTS=*
- DICTIONARIES="en_GB en_US"
- LOG_LEVEL=warning
- "DONT_GEN_SSL_CERT=true"
- "extra_params=--o:ssl.enable=false"
labels:
- "traefik.enable=true"
- "traefik.backend=collabora"
- "traefik.port=9980"
- "traefik.frontend.rule=Host:[collabora_URL]"
- "traefik.docker.network=traefik"
- "traefik.protocol=https"
restart: always
networks:
- default
- traefik
Nice! Thanks. We're switching our entire infrastructure over to Traefik this upcoming week and will be helpful for our SREs and Devs.
collabora
in Traefik has many problem, still don't run with traefik & nextcloud successful!
OK. I will report back with our migration to see how it works out for us and share any results/work.
New image being built with EXTRA_OPTIONS
variable. Will update when complete.
THX!
New build docker pull tiredofit/libreoffice-online:latest
or docker pull tiredofit/libreoffice-online:1.3.3
I will try!
but now I have another problem, two docker containers are behind traefik, use https. but the two containers can't access each other use full url through traefik. But curl
in host, both is OK
I'll have some info for you throughout this week as we complete our migration over to traefik from nginx-proxy.
Hey Tiredofit,
I use traefik as reverse proxy, my
docker-compose.yml
like this.But when I open collabora_URL, got this error
I do some research, maybe this because need to set
extra_params=--disable-ssl"
, how can I set thisenv
?