mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-09 22:41:03 +01:00
Added redis volume
This commit is contained in:
parent
59a5411047
commit
4ba445e0fd
@ -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