services: collabora: container_name: collabora image: collabora/code:22.05.14.3.1 environment: - alias_group1=${COLLABORA_DOMAIN} - username=${COLLABORA_USERNAME} - password=${COLLABORA_PASSWORD} networks: - reverse-proxy ports: - 9980:9980 restart: always volumes: - ${DOCKER_CONFIGS}/collabora/code:/etc/loolwsd nextcloud: container_name: nextcloud image: lscr.io/linuxserver/nextcloud:latest environment: - PUID=${TZ} - PGID=${TZ} - TZ=${TZ} networks: - reverse-proxy ports: - 8443:443 restart: unless-stopped volumes: - ${DOCKER_CONFIGS}/config:/config - ${DOCKER_CONFIGS}/data:/data - ${BACKUP_DIR}/:/backup - ${STORAGE_DIR}/:/storage networks: reverse-proxy: name: reverse-proxy external: true