21 lines
655 B
YAML
21 lines
655 B
YAML
|
---
|
||
|
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: {}
|