Initial version of nextcloud collection
Signed-off-by: Nis Wechselberg <enbewe@enbewe.de>
This commit is contained in:
parent
e559257349
commit
87eac5bded
13 changed files with 911 additions and 0 deletions
20
roles/nextcloud/defaults/main.yml
Normal file
20
roles/nextcloud/defaults/main.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
nextcloud_podman_network: 'nextcloud'
|
||||
|
||||
nextcloud_db_container_name: nextcloud-db
|
||||
nextcloud_db_image_name: 'docker.io/library/postgres'
|
||||
nextcloud_db_image_tag: '16.6'
|
||||
nextcloud_db_volume: 'nextcloud-db'
|
||||
|
||||
nextcloud_redis_container_name: nextcloud-redis
|
||||
nextcloud_redis_image_name: 'docker.io/library/redis'
|
||||
nextcloud_redis_image_tag: '7.4.1-alpine'
|
||||
nextcloud_redis_volume: 'nextcloud-redis'
|
||||
|
||||
nextcloud_cron_container_name: 'nextcloud-cron'
|
||||
|
||||
nextcloud_app_container_name: 'nextcloud-app'
|
||||
nextcloud_app_image_name: 'docker.io/library/nextcloud'
|
||||
nextcloud_app_image_tag: '30.0.4-apache'
|
||||
nextcloud_app_volume: 'nextcloud-app'
|
||||
nextcloud_app_environments: {}
|
Loading…
Add table
Add a link
Reference in a new issue