pull down nextcloud
Deploy Containers / Prepare (push) Successful in 10s

This commit is contained in:
2026-05-20 20:56:51 -04:00
parent 291233d380
commit 0e75f71819
2 changed files with 0 additions and 32 deletions
-6
View File
@@ -85,9 +85,6 @@
- name: Deploy Weatherstar
import_tasks: tasks/media/weatherstar.yml
tags: weatherstar_deploy
- name: Deploy Nextcloud
import_tasks: tasks/utility/nextcloud.yml
tags: nextcloud_deploy
- hosts: jackson
@@ -120,9 +117,6 @@
- name: Deploy Cobalt
import_tasks: tasks/cobalt.yml
tags: cobalt_deploy
- name: Deploy Nextcloud
import_tasks: tasks/utility/nextcloud.yml
tags: nextcloud_deploy
- name: Deploy Postgres
import_tasks: tasks/infra/postgres.yml
tags: postgres_deploy
-26
View File
@@ -1,26 +0,0 @@
---
- name: Deploy Nextcloud
include_role:
name: docker
vars:
name: nextcloud
directories:
- "{{ data_dir }}/nextcloud"
- "{{ data_dir }}/nextcloud/config"
- "{{ data_dir }}/nextcloud/data"
image:
name: lscr.io/linuxserver/nextcloud
tag: latest
volumes:
- "{{ data_dir }}/nextcloud/config:/config"
- "{{ data_dir }}/nextcloud/data:/data"
env:
TZ: "{{ TZ }}"
networks:
- name: "{{ docker_network_name }}"
labels:
traefik.enable: "true"
traefik.http.routers.nextcloud.rule: Host(`{{ NEXTCLOUD_APP_URL }}`)
traefik.http.routers.nextcloud.entrypoints: webSecure
traefik.http.routers.nextcloud.tls.certresolver: letsencrypt
traefik.http.services.nextcloud.loadbalancer.server.port: "80"