mirror of
https://github.com/runcitadel/apps.git
synced 2024-11-13 17:30:37 +00:00
Merge branch 'v3-dev' of https://github.com/runcitadel/apps into v3-dev
This commit is contained in:
commit
4d0aabf987
|
@ -8,7 +8,7 @@ version: 3
|
|||
metadata:
|
||||
category: Files
|
||||
name: Nextcloud
|
||||
version: 23.0.3
|
||||
version: 23.0.4
|
||||
tagline: Your personal cloud
|
||||
description: No description yet.
|
||||
developers:
|
||||
|
@ -44,7 +44,7 @@ containers:
|
|||
data:
|
||||
- data/redis:/data
|
||||
- name: web
|
||||
image: nextcloud:23.0.3@sha256:0a1152e3fbc67991467bdc7e22057046b1b25e7534c34bcc697327386f885a8a
|
||||
image: nextcloud:23.0.4@sha256:e590c3b0b1ca2e6a5787e5245ab4192ecb60051f863fc97abd664cf406385783
|
||||
port: 80
|
||||
environment:
|
||||
MYSQL_HOST: ${APP_NEXTCLOUD_DB_IP}
|
||||
|
@ -60,7 +60,7 @@ containers:
|
|||
- redis
|
||||
data:
|
||||
- data/nextcloud:/var/www/html
|
||||
- image: nextcloud:23.0.3@sha256:0a1152e3fbc67991467bdc7e22057046b1b25e7534c34bcc697327386f885a8a
|
||||
- image: nextcloud:23.0.4@sha256:e590c3b0b1ca2e6a5787e5245ab4192ecb60051f863fc97abd664cf406385783
|
||||
entrypoint: /cron.sh
|
||||
depends_on:
|
||||
- db
|
||||
|
|
Loading…
Reference in New Issue
Block a user