Compare commits
7
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
58d6ca14a9 | ||
|
|
e6b0227543 | ||
|
|
760115f12a | ||
|
|
50fa84c053 | ||
|
|
191d11c004 | ||
|
|
e2bd5faafa | ||
|
|
6100a0f832 |
+3
-3
@@ -23,13 +23,13 @@ services:
|
||||
environment:
|
||||
- MYSQL_RANDOM_ROOT_PASSWORD=igen
|
||||
redis:
|
||||
image: redis:8.6.5-alpine@sha256:cd218f4b106a332c5c992e38a9480bfb9d7e9f8f7b0ec9a0023bfa36d9a408f9
|
||||
image: redis:8.10.1-alpine@sha256:becdda6c7f4b3fb42e42fd7f120bbf5c54c4caaaf16f26da24e4563d2c1f0576
|
||||
restart: always
|
||||
networks:
|
||||
- redis-connection
|
||||
|
||||
app:
|
||||
image: nextcloud:32.0.14-fpm-alpine@sha256:da1d436568cd19d73f2a08d5f11c061e419a47f1be0f6ac29b53282086a85f58
|
||||
image: nextcloud:32.0.15-fpm-alpine@sha256:2547a5fe6ba5f88e3831246360087cf29b051138b4a50a3223b783c20df24598
|
||||
# image: nextcloud@sha256:e899ecc5d6b89863d06ffd6eaa3a965c7fc7fd671b38dd06f8185e1df761c7c8
|
||||
# image: nextcloud:fpm
|
||||
restart: always
|
||||
@@ -138,7 +138,7 @@ services:
|
||||
|
||||
|
||||
cron:
|
||||
image: nextcloud:32.0.14-fpm-alpine@sha256:da1d436568cd19d73f2a08d5f11c061e419a47f1be0f6ac29b53282086a85f58
|
||||
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.3-alpine@sha256:4a73073bd557c65b759505da037898b61f1be6cbcc3c2c3aeac22d2a470c1752
|
||||
FROM nginx:1.31.6-alpine@sha256:092a82dc1cb2fa653ee660f24a8f8603f55b4ea9316923f9a0d394e50714ae10
|
||||
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
Reference in New Issue
Block a user