Updated docker-compose.yml
This commit is contained in:
@@ -2,7 +2,7 @@ version: '3'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
image: postgres:14-alpine
|
image: postgres:14.6-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-alpine
|
image: redis:7.0.8-alpine
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
app:
|
app:
|
||||||
image: nextcloud:25-fpm-alpine
|
image: nextcloud:25.0.2-fpm-alpine
|
||||||
# ports:
|
# ports:
|
||||||
# - 8080:80
|
# - 8080:80
|
||||||
restart: always
|
restart: always
|
||||||
@@ -49,7 +49,7 @@ services:
|
|||||||
- app
|
- app
|
||||||
|
|
||||||
cron:
|
cron:
|
||||||
image: nextcloud:25-fpm-alpine
|
image: nextcloud:25.0.2-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:latest
|
image: h2non/imaginary:1.2.3
|
||||||
restart: always
|
restart: always
|
||||||
# optionally mount a volume as local image source
|
# optionally mount a volume as local image source
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user