version: '3' services: libreoffice: image: libreoffice/online:master container_name: loolwsd restart: always networks: - intern - web ports: - 9980 cap_add: - MKNOD environment: domain: cloud.juliuslab.de username: admin password: ieChoh6y extra_params: --o:ssl.enable=false DONT_GEN_SSL_CERT: 1 labels: - "traefik.enable=true" - "traefik.http.routers.office.entrypoints=http" - "traefik.http.routers.office.rule=Host(`office.juliuslab.de`)" - "traefik.http.routers.office.middlewares=https-redirect@file" - "traefik.http.routers.office-sec.entrypoints=https" - "traefik.http.routers.office-sec.middlewares=calcarddav,default-headers@file" - "traefik.http.routers.office-sec.rule=Host(`office.juliuslab.de`)" - "traefik.http.routers.office-sec.tls=true" - "traefik.http.routers.office-sec.tls.options=myTLSOptions@file" - "traefik.http.routers.office-sec.tls.certresolver=le" volumes: - ./config:/etc/loolwsd networks: intern: external: true web: external: true