Compare commits
16 Commits
0f197edcb7
...
renovate/n
| Author | SHA1 | Date | |
|---|---|---|---|
| 4eed034f75 | |||
| 30aefd14a3 | |||
| 310ed1df45 | |||
| 2fcdc66d65 | |||
| 766a1c4f9f | |||
| f8bb802660 | |||
| e48f7095f6 | |||
| 0492da4a23 | |||
| 4df69f2af8 | |||
| 73775304d1 | |||
| e1cac454e7 | |||
| 1f5d0614fe | |||
| 4afbc07d0c | |||
| 6445192257 | |||
| 033aea66f4 | |||
| 9f22d3ae66 |
@@ -2,7 +2,7 @@ version: '3'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
image: postgres:14.6-alpine
|
image: postgres:14.10-alpine
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/data/db:/var/lib/postgresql/data
|
- /mnt/data/db:/var/lib/postgresql/data
|
||||||
@@ -10,11 +10,11 @@ services:
|
|||||||
- db.env
|
- db.env
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:7.0.8-alpine
|
image: redis:7.2-alpine
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
app:
|
app:
|
||||||
image: nextcloud:25.0.2-fpm-alpine
|
image: nextcloud:28.0.6-fpm-alpine
|
||||||
# ports:
|
# ports:
|
||||||
# - 8080:80
|
# - 8080:80
|
||||||
restart: always
|
restart: always
|
||||||
@@ -49,7 +49,7 @@ services:
|
|||||||
- app
|
- app
|
||||||
|
|
||||||
cron:
|
cron:
|
||||||
image: nextcloud:25.0.2-fpm-alpine
|
image: nextcloud:28.0.6-fpm-alpine
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- nextcloud:/var/www/html
|
- nextcloud:/var/www/html
|
||||||
@@ -61,7 +61,7 @@ services:
|
|||||||
- redis
|
- redis
|
||||||
|
|
||||||
imaginary:
|
imaginary:
|
||||||
image: h2non/imaginary:1.2.3
|
image: h2non/imaginary:1.2.4
|
||||||
restart: always
|
restart: always
|
||||||
# optionally mount a volume as local image source
|
# optionally mount a volume as local image source
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
FROM nginx:1.23.0-alpine
|
FROM nginx:1.25.3-alpine
|
||||||
|
|
||||||
COPY nginx.conf /etc/nginx/nginx.conf
|
COPY nginx.conf /etc/nginx/nginx.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user