Compare commits

...

2 commits

9 changed files with 27 additions and 3 deletions

View file

@ -61,10 +61,12 @@
tags:
- loki
- docker-container
- role: deploy_container_n8n
tags:
- n8n
- docker-container
- role: deploy_container_authelia
tags:
- authelia

View file

@ -1,3 +1,6 @@
############
# Booklore #
############
container_booklore_version: latest
container_booklore_domain: booklore.example.com
container_booklore_db_root_password: super_duper_secret_root_password

View file

@ -1,2 +1,5 @@
##############
# Excalidraw #
##############
container_excalidraw_version: latest
container_excalidraw_domain: excalidraw.example.com

View file

@ -1,3 +1,6 @@
---
###########
# Grafana #
###########
container_grafana_version: latest
container_grafana_domain: grafana.example.com

View file

@ -1,3 +1,6 @@
############
# Homepage #
############
container_homepage_version: latest
container_homepage_domain: dashboard.example.com
container_homepage_config_files:

View file

@ -1,3 +1,7 @@
#########
# LLDAP #
#########
# Version of the LLDAP container image
container_lldap_version: "stable" # e.g., "latest" or a specific version

View file

@ -1,3 +1,6 @@
---
########
# Loki #
########
container_loki_version: latest
container_loki_domain: loki.example.com

View file

@ -1,6 +1,6 @@
###########
# Traefik #
###########
######################
# Traefik Cloudflare #
######################
container_traefik_url: "traefik.example.com"
container_traefik_version: "latest"
container_traefik_basicuser: "admin"

View file

@ -1,3 +1,6 @@
############
# Wishlist #
############
container_wishlist_url: "wishlist.example.com"
container_wishlist_version: "latest"