mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Upgrade Nextcloud to 13.0.0
This commit is contained in:
parent
bb6819a3b0
commit
f318e42f8c
2 changed files with 19 additions and 19 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM nextcloud:fpm
|
FROM nextcloud:13.0.0-fpm
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
supervisor \
|
supervisor \
|
||||||
|
|
|
||||||
|
|
@ -59,21 +59,21 @@ services:
|
||||||
image: redis
|
image: redis
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
# collabora:
|
collabora:
|
||||||
# image: collabora/code
|
image: collabora/code:3.0.0.4
|
||||||
# cap_add:
|
cap_add:
|
||||||
# - MKNOD
|
- MKNOD
|
||||||
# expose:
|
expose:
|
||||||
# - 9980
|
- 9980
|
||||||
# environment:
|
environment:
|
||||||
# - domain=${CLOUD_DOMAIN}
|
- domain=${CLOUD_DOMAIN}
|
||||||
# - VIRTUAL_HOST=${COLLABORA_DOMAIN}
|
- VIRTUAL_HOST=${COLLABORA_DOMAIN}
|
||||||
# - VIRTUAL_NETWORK=nginx-proxy
|
- VIRTUAL_NETWORK=nginx-proxy
|
||||||
# - VIRTUAL_PORT=9980
|
- VIRTUAL_PORT=9980
|
||||||
# - VIRTUAL_PROTO=https
|
- VIRTUAL_PROTO=https
|
||||||
# - LETSENCRYPT_HOST=${COLLABORA_DOMAIN}
|
- LETSENCRYPT_HOST=${COLLABORA_DOMAIN}
|
||||||
# - LETSENCRYPT_EMAIL=${LETSENCRYPT_EMAIL}
|
- LETSENCRYPT_EMAIL=${LETSENCRYPT_EMAIL}
|
||||||
# networks:
|
networks:
|
||||||
# - proxy-tier
|
- proxy-tier
|
||||||
# - default
|
- default
|
||||||
# restart: always
|
restart: always
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue