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.
33 lines
646 B
YAML
33 lines
646 B
YAML
---
|
|
docker_compose_directory: /etc/docker-compose
|
|
services:
|
|
- name: gitea
|
|
- name: mealie
|
|
- name: linkding
|
|
- name: overseerr
|
|
- name: nextcloud
|
|
- name: dashboards
|
|
- name: nginx-proxy-manager
|
|
- name: plex
|
|
- name: uptime-kuma
|
|
- name: vpn-stack
|
|
- name: docker-volume-backup
|
|
- name: mariadb
|
|
- name: photoprism
|
|
|
|
docker_networks:
|
|
- mariadb_net
|
|
|
|
dashy:
|
|
destination_dir: /etc/config/dashy
|
|
destination_file: dashy-config.yml
|
|
source_file: dashboards/dashy-config.yml
|
|
|
|
olivetin:
|
|
destination_dir: /etc/config/olivetin
|
|
destination_file: config.yml
|
|
source_file: olivetin/config.yml
|
|
|
|
extra_hosts:
|
|
- "qnap:192.168.178.42"
|