add headers to container configuration files for clarity
This commit is contained in:
parent
bcc7fb55d5
commit
a877408d90
8 changed files with 25 additions and 3 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
############
|
||||||
|
# Booklore #
|
||||||
|
############
|
||||||
container_booklore_version: latest
|
container_booklore_version: latest
|
||||||
container_booklore_domain: booklore.example.com
|
container_booklore_domain: booklore.example.com
|
||||||
container_booklore_db_root_password: super_duper_secret_root_password
|
container_booklore_db_root_password: super_duper_secret_root_password
|
||||||
|
|
|
@ -1,2 +1,5 @@
|
||||||
|
##############
|
||||||
|
# Excalidraw #
|
||||||
|
##############
|
||||||
container_excalidraw_version: latest
|
container_excalidraw_version: latest
|
||||||
container_excalidraw_domain: excalidraw.example.com
|
container_excalidraw_domain: excalidraw.example.com
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
---
|
---
|
||||||
|
###########
|
||||||
|
# Grafana #
|
||||||
|
###########
|
||||||
container_grafana_version: latest
|
container_grafana_version: latest
|
||||||
container_grafana_domain: grafana.example.com
|
container_grafana_domain: grafana.example.com
|
|
@ -1,3 +1,6 @@
|
||||||
|
############
|
||||||
|
# Homepage #
|
||||||
|
############
|
||||||
container_homepage_version: latest
|
container_homepage_version: latest
|
||||||
container_homepage_domain: dashboard.example.com
|
container_homepage_domain: dashboard.example.com
|
||||||
container_homepage_config_files:
|
container_homepage_config_files:
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
#########
|
||||||
|
# LLDAP #
|
||||||
|
#########
|
||||||
|
|
||||||
# Version of the LLDAP container image
|
# Version of the LLDAP container image
|
||||||
container_lldap_version: "stable" # e.g., "latest" or a specific version
|
container_lldap_version: "stable" # e.g., "latest" or a specific version
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
---
|
---
|
||||||
|
########
|
||||||
|
# Loki #
|
||||||
|
########
|
||||||
container_loki_version: latest
|
container_loki_version: latest
|
||||||
container_loki_domain: loki.example.com
|
container_loki_domain: loki.example.com
|
|
@ -1,6 +1,6 @@
|
||||||
###########
|
######################
|
||||||
# Traefik #
|
# Traefik Cloudflare #
|
||||||
###########
|
######################
|
||||||
container_traefik_url: "traefik.example.com"
|
container_traefik_url: "traefik.example.com"
|
||||||
container_traefik_version: "latest"
|
container_traefik_version: "latest"
|
||||||
container_traefik_basicuser: "admin"
|
container_traefik_basicuser: "admin"
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
############
|
||||||
|
# Wishlist #
|
||||||
|
############
|
||||||
container_wishlist_url: "wishlist.example.com"
|
container_wishlist_url: "wishlist.example.com"
|
||||||
container_wishlist_version: "latest"
|
container_wishlist_version: "latest"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue