diff --git a/komodo/resources.toml b/komodo/resources.toml index e70667d..408116d 100644 --- a/komodo/resources.toml +++ b/komodo/resources.toml @@ -30,42 +30,6 @@ # new [[stack]] block per site (unique name, its own per-booth secret refs). ############################################################################## -############################################################################## -# art-docker-station — LAB bench box (hardware/dev testing, no real traffic). Chases -# the dev tier: compose files from `dev`, MOVING image tag `dev` (labs may -# float; real booths pin). Secrets are its own art_docker_station_* refs — per-box -# blast radius, never shared with a real booth even in the lab. -############################################################################## - -[[stack]] -name = "park-lab" -[stack.config] -server = "art-docker-station" -git_provider = "git.infra.msai.al" -git_account = "komodo" -repo = "mca/parking_solution" -branch = "dev" -file_paths = [ - "docker-compose.yml", - "docker-compose.prod.yml" -] -registry_provider = "git.infra.msai.al" -registry_account = "komodo" -environment = """ -REGISTRY=git.infra.msai.al/mca/parking_solution -# Lab tier: the MOVING dev tag — redeploy pulls the latest dev build. Pin to a -# dev- only when reproducing a specific state. -TAG=dev -COOKIE_SECURE=0 -VISION_ENABLED=1 -WS_ALLOWED_ORIGINS= -JWT_SECRET=[[art_docker_station_jwt_secret]] -EVENT_SIGNING_KEY=[[art_docker_station_event_signing_key]] -BACKUP_KEY=[[art_docker_station_backup_key]] -""" - -############################################################################## - [[stack]] name = "park-buzi" [stack.config]