This repository has been archived on 2023-12-29. You can view files and clone it, but cannot push or open issues or pull requests.
pi-ansible/roles/docker/defaults/main.yml

49 lines
931 B
YAML
Raw Normal View History

2022-12-21 21:25:10 +00:00
---
base_domain: sapti.me
2022-12-22 19:18:27 +00:00
base_volume: "{{ hdd_mount_point }}/apps"
2022-12-21 21:25:10 +00:00
services:
caddy:
file: caddy.yml
2022-12-22 16:58:48 +00:00
volume: "{{ base_volume }}/caddy"
2022-12-21 21:25:10 +00:00
version: 2-alpine
watchtower:
file: watchtower.yml
2022-12-22 16:58:48 +00:00
version: arm64v8-1.5.1
2022-12-21 21:25:10 +00:00
restic:
file: restic.yml
repo: /restic
version: 1.6
nextcloud:
file: nextcloud.yml
domain: "cloud.{{ base_domain }}"
2022-12-22 16:58:48 +00:00
volume: "{{ base_volume }}/nextcloud"
2022-12-21 21:25:10 +00:00
version: 25-apache
mariadb_version: 10
redis_version: 7-alpine
emby:
file: emby.yml
domain: "watch.{{ base_domain }}"
2022-12-22 16:58:48 +00:00
volume: "{{ base_volume }}/emby"
2022-12-21 21:25:10 +00:00
version: latest
monerod:
file: monerod.yml
domain: "xmr.{{ base_domain }}"
2022-12-22 16:58:48 +00:00
version: alpine
2022-12-21 21:25:10 +00:00
wireguard:
file: wireguard.yml
domain: "wg01.vpn.{{ base_domain }}"
2022-12-22 16:58:48 +00:00
volume: "{{ base_volume }}/wireguard"
port: 51820
version: arm64v8-alpine
2022-12-21 21:25:10 +00:00
snowflake:
file: snowflake.yml
version: latest