Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- name: big-bear-nextcloud
- services:
- cron:
- depends_on:
- db-nextcloud:
- condition: service_started
- required: true
- redis-nextcloud:
- condition: service_started
- required: true
- entrypoint:
- - /cron.sh
- image: nextcloud:28.0.4-apache
- labels:
- icon: https://github.com/walkxcode/dashboard-icons/blob/main/png/nextcloud.png?raw=true
- networks:
- nextcloud_network: null
- restart: on-failure
- volumes:
- - type: bind
- source: /DATA/AppData/big-bear-nextcloud/html
- target: /var/www/html
- bind:
- create_host_path: true
- x-casaos:
- volumes:
- - container: /var/www/html
- description:
- en_us: 'Container Path: /var/www/html'
- db-nextcloud:
- container_name: db-nextcloud
- environment:
- POSTGRES_DB: nextcloud
- POSTGRES_PASSWORD: casaos
- POSTGRES_USER: casaos
- image: postgres:14.2
- labels:
- icon: https://github.com/walkxcode/dashboard-icons/blob/main/png/nextcloud.png?raw=true
- networks:
- nextcloud_network: null
- restart: on-failure
- volumes:
- - type: bind
- source: /DATA/AppData/big-bear-nextcloud/pgdata
- target: /var/lib/postgresql/data
- bind:
- create_host_path: true
- x-casaos:
- envs:
- - container: POSTGRES_PASSWORD
- description:
- en_us: Database password
- - container: POSTGRES_USER
- description:
- en_us: Database user
- - container: POSTGRES_DB
- description:
- en_us: Database type
- volumes:
- - container: /var/lib/postgresql/data
- description:
- en_us: 'Container Path: /var/lib/postgresql/data'
- nextcloud:
- container_name: nextcloud
- depends_on:
- db-nextcloud:
- condition: service_started
- required: true
- redis-nextcloud:
- condition: service_started
- required: true
- environment:
- NEXTCLOUD_ADMIN_PASSWORD: casaos
- NEXTCLOUD_ADMIN_USER: casaos
- OVERWRITEPROTOCOL: http
- PHP_UPLOAD_LIMIT: 1024G
- POSTGRES_DB: nextcloud
- POSTGRES_HOST: db-nextcloud
- POSTGRES_PASSWORD: casaos
- POSTGRES_USER: casaos
- REDIS_HOST: redis-nextcloud
- TRUSTED_PROXIES: ""
- image: nextcloud:28.0.4-apache
- labels:
- icon: https://github.com/walkxcode/dashboard-icons/blob/main/png/nextcloud.png?raw=true
- networks:
- nextcloud_network: null
- ports:
- - mode: ingress
- target: 80
- published: "7580"
- protocol: tcp
- restart: unless-stopped
- volumes:
- - type: bind
- source: /DATA/AppData/big-bear-nextcloud/html
- target: /var/www/html
- bind:
- create_host_path: true
- x-casaos:
- envs:
- - container: POSTGRES_HOST
- description:
- en_us: Database host
- - container: REDIS_HOST
- description:
- en_us: Redis host
- - container: POSTGRES_PASSWORD
- description:
- en_us: Database password
- - container: POSTGRES_USER
- description:
- en_us: Database user
- - container: POSTGRES_DB
- description:
- en_us: Database type
- - container: NEXTCLOUD_ADMIN_USER
- description:
- en_us: Nextcloud admin user
- - container: NEXTCLOUD_ADMIN_PASSWORD
- description:
- en_us: Nextcloud admin password
- - container: TRUSTED_PROXIES
- description:
- en_us: Trusted proxies
- - container: OVERWRITEPROTOCOL
- description:
- en_us: Overwrite protocol
- - container: PHP_UPLOAD_LIMIT
- description:
- en_us: PHP upload limit
- ports:
- - container: "7580"
- description:
- en_us: 'Container Port: 7580'
- volumes:
- - container: /var/www/html
- description:
- en_us: 'Container Path: /var/www/html'
- redis-nextcloud:
- container_name: redis-nextcloud
- image: redis:6.2.6
- labels:
- icon: https://github.com/walkxcode/dashboard-icons/blob/main/png/nextcloud.png?raw=true
- networks:
- nextcloud_network: null
- restart: on-failure
- user: 1000:1000
- volumes:
- - type: bind
- source: /DATA/AppData/big-bear-nextcloud/redis
- target: /data
- bind:
- create_host_path: true
- x-casaos:
- ports:
- - container: "6379"
- description:
- en_us: 'Container Port: 6379'
- volumes:
- - container: /data
- description:
- en_us: 'Container Path: /data'
- networks:
- nextcloud_network:
- name: big-bear-nextcloud_nextcloud_network
- driver: bridge
- x-casaos:
- architectures:
- - amd64
- - arm64
- author: BigBearTechWorld
- category: BigBearCasaOS
- description:
- en_us: Nextcloud puts your data at your fingertips, under your control. Store your documents, calendar, contacts and photos on a server
- at home, at one of our providers or in a data center you trust.
- developer: nextcloud
- icon: https://github.com/walkxcode/dashboard-icons/blob/main/png/nextcloud.png?raw=true
- main: nextcloud
- port_map: "7580"
- screenshot_link:
- - https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Nextcloud/screenshot-1.png
- - https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Nextcloud/screenshot-2.png
- - https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Nextcloud/screenshot-3.png
- store_app_id: big-bear-nextcloud
- tagline:
- en_us: The productivity platform that keeps you in control
- thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Nextcloud/thumbnail.jpg
- tips:
- before_install:
- en_us: |
- Read the [Nextcloud installation guide](https://community.bigbeartechworld.com/t/added-nextcloud-to-bigbearcasaos/455?u=dragonf
- ire1119)
- title:
- en_us: Nextcloud
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement