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.
49 lines
1.3 KiB
YAML
49 lines
1.3 KiB
YAML
---
|
|
docker_compose_directory: /etc/docker-compose
|
|
services:
|
|
- name: gitea
|
|
volumes: ["gitea_data"]
|
|
- name: mealie
|
|
volumes: ["mealie_data"]
|
|
- name: linkding
|
|
volumes: ["linkding_data"]
|
|
- name: overseerr
|
|
volumes: ["overseerr_config"]
|
|
- name: nextcloud
|
|
volumes: ["nextcloud_data"]
|
|
- name: dashboards
|
|
volumes: []
|
|
- name: nginx-proxy-manager
|
|
volumes: ["nginx-proxy-manager_data"]
|
|
- name: plex
|
|
volumes: ["plex_config", "plex_tautulli_config"]
|
|
- name: uptime-kuma
|
|
volumes: ["uptime-kuma_data"]
|
|
- name: vpn-stack
|
|
volumes: ["vpn-stack_qbittorrent_config", "vpn-stack_radarr_config", "vpn-stack_sonarr_config", "vpn-stack_jackett_config"]
|
|
- name: docker-volume-backup
|
|
volumes: []
|
|
- name: mariadb
|
|
volumes: ["mariadb_config","mariadb_data"]
|
|
- name: photoprism
|
|
volumes: []
|
|
|
|
docker_networks:
|
|
- nextcloud_net
|
|
|
|
aws_s3:
|
|
s3_url: "l8x8.ie11.idrivee2-6.com"
|
|
aws_access_key: "nyNMQ3fRMSV0bA1xw5uV"
|
|
region: "us-east-1"
|
|
bucket: "backups"
|
|
|
|
# any files to be copied which are required in the docker compose files
|
|
# as volume mounts.
|
|
config_files:
|
|
- destination_directory: /etc/config/dashy
|
|
destination_file: dashy-config.yml
|
|
source_file: dashboards/dashy-config.yml
|
|
- destination_directory: /etc/config/olivetin
|
|
destination_file: config.yml
|
|
source_file: olivetin/config.yml
|