Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fbf416f964 |
+4
-4
@@ -23,13 +23,13 @@ services:
|
||||
environment:
|
||||
- MYSQL_RANDOM_ROOT_PASSWORD=igen
|
||||
redis:
|
||||
image: redis:8.10.1-alpine@sha256:ef216d85ec44f4fdf7c0e6df2d1757a4734ed32fbb278cabd3181b5a27353b79
|
||||
image: redis:8.10.1-alpine@sha256:becdda6c7f4b3fb42e42fd7f120bbf5c54c4caaaf16f26da24e4563d2c1f0576
|
||||
restart: always
|
||||
networks:
|
||||
- redis-connection
|
||||
|
||||
app:
|
||||
image: nextcloud:32.0.15-fpm-alpine@sha256:c73ee0b2644f50019000a86ba9dc74ec30e9fb327ab26c15f16e19ef84fc5e3c
|
||||
image: nextcloud:32.0.15-fpm-alpine@sha256:2547a5fe6ba5f88e3831246360087cf29b051138b4a50a3223b783c20df24598
|
||||
# image: nextcloud@sha256:e899ecc5d6b89863d06ffd6eaa3a965c7fc7fd671b38dd06f8185e1df761c7c8
|
||||
# image: nextcloud:fpm
|
||||
restart: always
|
||||
@@ -61,7 +61,7 @@ services:
|
||||
collabora:
|
||||
# image: collabora/code:24.04.7.2.1
|
||||
# image: collabora/code:24.04.13.3.1
|
||||
image: collabora/code:26.04.4.1.1@sha256:1efda3043e8b9cb437d1b6c6efe20cc3753760e634de012b8dac391da488bf97
|
||||
image: collabora/code:26.04.3.2.1@sha256:379b8f1fc955dd6d01ba24adf61d1b177048ddaae179ae8c1e6a6342daccb282
|
||||
cap_add:
|
||||
- MKNOD
|
||||
privileged: true
|
||||
@@ -138,7 +138,7 @@ services:
|
||||
|
||||
|
||||
cron:
|
||||
image: nextcloud:32.0.15-fpm-alpine@sha256:c73ee0b2644f50019000a86ba9dc74ec30e9fb327ab26c15f16e19ef84fc5e3c
|
||||
image: nextcloud:32.0.15-fpm-alpine@sha256:2547a5fe6ba5f88e3831246360087cf29b051138b4a50a3223b783c20df24598
|
||||
# image: nextcloud@sha256:e899ecc5d6b89863d06ffd6eaa3a965c7fc7fd671b38dd06f8185e1df761c7c8
|
||||
restart: always
|
||||
volumes:
|
||||
|
||||
+1
-1
@@ -1,3 +1,3 @@
|
||||
FROM nginx:1.31.6-alpine@sha256:adad2ae9204d0fd7a34f40299bc838c3782be1293b10005eac4315ff5a1abf4e
|
||||
FROM nginx:1.31.6-alpine@sha256:d0a6faaed2491faecdb9021f449e8edd7b1bbba246fe2ddf7eba63cccd5b9803
|
||||
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
Reference in New Issue
Block a user