2023-11-03 07:34:24 +00:00
# documentation: https://docs.nextcloud.com
# slogan: NextCloud is a self-hosted, open-source platform that provides file storage, collaboration, and communication tools for seamless data management.
2025-08-17 16:23:57 +00:00
# category: storage
2023-11-03 07:34:24 +00:00
# tags: cloud, collaboration, communication, filestorage, data
2024-02-20 16:08:16 +00:00
# logo: svgs/nextcloud.svg
2024-10-10 11:48:32 +00:00
# port: 80
2023-11-03 07:34:24 +00:00
services :
nextcloud :
image : lscr.io/linuxserver/nextcloud:latest
environment :
2025-08-10 08:10:22 +00:00
- SERVICE_URL_NEXTCLOUD_80
2023-11-03 07:34:24 +00:00
- PUID=1000
- PGID=1000
2024-10-10 11:48:32 +00:00
- TZ=${TZ:-Europe/Madrid}
2023-11-03 07:34:24 +00:00
volumes :
- nextcloud-config:/config
- nextcloud-data:/data
healthcheck :
2024-05-17 08:11:55 +00:00
test : [ "CMD" , "curl" , "-f" , "http://127.0.0.1:80" ]
2023-11-03 07:34:24 +00:00
interval : 2s
timeout : 10s
retries : 15