WIP: add bws

This commit is contained in:
2025-06-10 17:13:57 -07:00
parent 825c2b78a5
commit d156883605
6 changed files with 153 additions and 71 deletions

View File

@@ -13,26 +13,9 @@
path: "{{ alpina_svc_path }}"
mode: "700"
- name: Deploy collection services
vars:
collection: services
stacks:
- traefik
- monitoring
- authentik
- minio
import_tasks: deploy_collection.yml
- name: Deploy collection apps
vars:
collection: apps
stacks:
- gitea
- woodpecker
- syncthing
- nextcloud
- jellyfin
- arrstack
- vpgen
- pgrok
import_tasks: deploy_collection.yml

View File

@@ -17,7 +17,7 @@ services:
- .env.nextcloud
volumes:
- {{ base_volume_path }}/nextcloud/nextcloud:/var/www/html
- {{ base_volume_path }}/nextcloud/nextcloud_config:/var/www/html/config
- {{ base_volume_path }}/nextcloud/nextcloud_config/config.php:/var/www/html/config
- {{ base_volume_path }}/nextcloud/nextcloud_data:/var/www/html/data
cron:
@@ -28,8 +28,8 @@ services:
- app
entrypoint: /cron.sh
volumes:
- {{ base_volume_path }}/nextcloud/nextcloud:/var/www/html
- {{ base_volume_path }}/nextcloud/nextcloud_config:/var/www/html/config
- {{ base_volume_path }}/nextcloud/nextcloud/custom_apps:/var/www/html/custom_apps
- {{ base_volume_path }}/nextcloud/nextcloud_config/config.php:/var/www/html/config/config.php
- {{ base_volume_path }}/nextcloud/nextcloud_data:/var/www/html/data
notify_push: