Add *-test monikers to test on Hades
This commit is contained in:
@@ -20,7 +20,7 @@ module "caddy" {
|
||||
"blackchaosnl.myaddr.tools"
|
||||
]
|
||||
tls_email = "jjvijgen@gmail.com"
|
||||
container_name = "caddy"
|
||||
container_name = "caddy-test"
|
||||
service_definitions = module.services.service_definitions
|
||||
networks = [
|
||||
"default",
|
||||
|
||||
@@ -7,7 +7,7 @@ terraform {
|
||||
}
|
||||
|
||||
locals {
|
||||
container_name = "jellyfin"
|
||||
container_name = "jellyfin-test"
|
||||
jellyfin_image = "docker.io/jellyfin/jellyfin"
|
||||
jellyfin_tag = var.image_tag
|
||||
env_file = "${path.module}/.env"
|
||||
|
||||
@@ -7,7 +7,7 @@ terraform {
|
||||
}
|
||||
|
||||
locals {
|
||||
container_name = "authentik"
|
||||
container_name = "authentik-test"
|
||||
redis_container_name = "authentik-redis"
|
||||
postgres_container_name = "authentik-postgres"
|
||||
authentik_image = "ghcr.io/goauthentik/server"
|
||||
|
||||
Reference in New Issue
Block a user