You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
464 B
Django/Jinja
22 lines
464 B
Django/Jinja
---
|
|
version: '3.2'
|
|
services:
|
|
nextcloud:
|
|
labels:
|
|
ie.cianhatton.backup.enabled: "true"
|
|
ie.cianhatton.backup.schedule: "{{ backups.schedule_keys.nightly }}"
|
|
image: "{{ template_vars.image }}:{{ template_vars.tag }}"
|
|
container_name: nextcloud
|
|
restart: unless-stopped
|
|
ports:
|
|
- 8081:80
|
|
volumes:
|
|
- data:/var/www/html
|
|
volumes:
|
|
data:
|
|
|
|
networks:
|
|
default:
|
|
name: {{ template_vars.default_network }}
|
|
external: true
|