mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-13 00:11:05 +01:00
Added redis volume
This commit is contained in:
parent
0ca2e61bd4
commit
47e7544b59
@ -44,6 +44,8 @@ services:
|
||||
redis:
|
||||
image: redis:alpine
|
||||
restart: always
|
||||
volumes:
|
||||
- redis:/data
|
||||
cron:
|
||||
image: "nextcloud:{{nextcloud_version}}-fpm-alpine"
|
||||
restart: always
|
||||
@ -58,6 +60,7 @@ services:
|
||||
volumes:
|
||||
database:
|
||||
data:
|
||||
redis:
|
||||
networks:
|
||||
default:
|
||||
driver: bridge
|
||||
|
Loading…
Reference in New Issue
Block a user