1
0
Fork 0

Initial version of nextcloud collection
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Signed-off-by: Nis Wechselberg <enbewe@enbewe.de>
This commit is contained in:
Nis Wechselberg 2024-06-30 17:18:49 +02:00
parent e559257349
commit a59b0eb1f3
Signed by: enbewe
GPG key ID: 7B25171F921B9E57
16 changed files with 912 additions and 0 deletions

View 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: '17.2'
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.3-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: '31.0.4-apache'
nextcloud_app_volume: 'nextcloud-app'
nextcloud_app_environments: {}