zenbook migration
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user