Compare commits
2 commits
bcc7fb55d5
...
ac52a8d2ca
Author | SHA1 | Date | |
---|---|---|---|
![]() |
ac52a8d2ca | ||
![]() |
a877408d90 |
9 changed files with 27 additions and 3 deletions
|
@ -61,10 +61,12 @@
|
|||
tags:
|
||||
- loki
|
||||
- docker-container
|
||||
|
||||
- role: deploy_container_n8n
|
||||
tags:
|
||||
- n8n
|
||||
- docker-container
|
||||
|
||||
- role: deploy_container_authelia
|
||||
tags:
|
||||
- authelia
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,2 +1,5 @@
|
|||
##############
|
||||
# Excalidraw #
|
||||
##############
|
||||
container_excalidraw_version: latest
|
||||
container_excalidraw_domain: excalidraw.example.com
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
---
|
||||
###########
|
||||
# Grafana #
|
||||
###########
|
||||
container_grafana_version: latest
|
||||
container_grafana_domain: grafana.example.com
|
|
@ -1,3 +1,6 @@
|
|||
############
|
||||
# Homepage #
|
||||
############
|
||||
container_homepage_version: latest
|
||||
container_homepage_domain: dashboard.example.com
|
||||
container_homepage_config_files:
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
#########
|
||||
# LLDAP #
|
||||
#########
|
||||
|
||||
# Version of the LLDAP container image
|
||||
container_lldap_version: "stable" # e.g., "latest" or a specific version
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
---
|
||||
########
|
||||
# Loki #
|
||||
########
|
||||
container_loki_version: latest
|
||||
container_loki_domain: loki.example.com
|
|
@ -1,6 +1,6 @@
|
|||
###########
|
||||
# Traefik #
|
||||
###########
|
||||
######################
|
||||
# Traefik Cloudflare #
|
||||
######################
|
||||
container_traefik_url: "traefik.example.com"
|
||||
container_traefik_version: "latest"
|
||||
container_traefik_basicuser: "admin"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
############
|
||||
# Wishlist #
|
||||
############
|
||||
container_wishlist_url: "wishlist.example.com"
|
||||
container_wishlist_version: "latest"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue