images: image: repository: ccr.ccs.tencentyun.com/seembox/nextcloud tag: 31.0.8 nginx_image: repository: nginx tag: 1.29.1 # TODO: Remove postgres_13_image in the future postgres_13_image: repository: postgres tag: 13.22 postgres_17_image: repository: postgres tag: 17.6-bookworm redis_image: repository: valkey/valkey tag: 8.1.3 imaginary_image: repository: ghcr.io/nextcloud-releases/aio-imaginary tag: "20250905_100617" postgres_upgrade_image: repository: ixsystems/postgres-upgrade tag: 1.0.4 consts: nextcloud_container_name: nextcloud cron_container_name: cron perms_container_name: permissions redis_container_name: redis postgres_container_name: postgres nginx_container_name: nginx imaginary_container_name: imaginary imaginary_port: 9000 db_name: nextcloud ssl_key_path: /etc/nginx-certs/private.key ssl_cert_path: /etc/nginx-certs/public.crt packages: smbclient: additional_apt: ["libsmbclient-dev"] pecl: ["smbclient"] docker_php_ext: ["smbclient"] ldd: ["smbclient.so"]