Files
zcli-playground/ruby/zerops-import.yml
T
2026-02-08 10:25:39 +01:00

27 lines
646 B
YAML

#yamlPreprocessor=on
services:
- hostname: alpineruby34
type: ruby@3.4
envSecrets:
SECRET_KEY_BASE: <@generateRandomString(<32>)>
startWithoutCode: true
maxContainers: 1
verticalAutoscaling:
minRam: 1
- hostname: alpineruby32
type: ruby@3.2
envSecrets:
SECRET_KEY_BASE: <@generateRandomString(<32>)>
startWithoutCode: true
maxContainers: 1
verticalAutoscaling:
minRam: 1
- hostname: ubunturuby34
type: ruby@3.4
envSecrets:
SECRET_KEY_BASE: <@generateRandomString(<32>)>
startWithoutCode: true
maxContainers: 1
verticalAutoscaling:
minRam: 1