Updated docker-compose.yml
This commit is contained in:
@@ -2,7 +2,7 @@ version: '3'
|
||||
|
||||
services:
|
||||
db:
|
||||
image: postgres:14-alpine
|
||||
image: postgres:14.6-alpine
|
||||
restart: always
|
||||
volumes:
|
||||
- /mnt/data/db:/var/lib/postgresql/data
|
||||
@@ -10,11 +10,11 @@ services:
|
||||
- db.env
|
||||
|
||||
redis:
|
||||
image: redis:7-alpine
|
||||
image: redis:7.0.8-alpine
|
||||
restart: always
|
||||
|
||||
app:
|
||||
image: nextcloud:25-fpm-alpine
|
||||
image: nextcloud:25.0.2-fpm-alpine
|
||||
# ports:
|
||||
# - 8080:80
|
||||
restart: always
|
||||
@@ -49,7 +49,7 @@ services:
|
||||
- app
|
||||
|
||||
cron:
|
||||
image: nextcloud:25-fpm-alpine
|
||||
image: nextcloud:25.0.2-fpm-alpine
|
||||
restart: always
|
||||
volumes:
|
||||
- nextcloud:/var/www/html
|
||||
@@ -61,7 +61,7 @@ services:
|
||||
- redis
|
||||
|
||||
imaginary:
|
||||
image: h2non/imaginary:latest
|
||||
image: h2non/imaginary:1.2.3
|
||||
restart: always
|
||||
# optionally mount a volume as local image source
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user