Skip to content
Snippets Groups Projects
deploy.sh 583 B
Newer Older
Nathan Rodet's avatar
Nathan Rodet committed
cat<<EOF >> ./atrium.yaml
Nathan Rodet's avatar
Nathan Rodet committed
hostname: $(scw-userdata atrium_hostname)
Nathan Rodet's avatar
Nathan Rodet committed
debug_mode: false
Nathan Rodet's avatar
Nathan Rodet committed
letsencrypt_email: $(scw_userdata atrium_letsencrypt_email)
Nathan Rodet's avatar
Nathan Rodet committed
apps: # optional : applications served by atrium
Nathan Rodet's avatar
Nathan Rodet committed
  - id: 1
Nathan Rodet's avatar
Nathan Rodet committed
    name: Code
    icon: web_asset
    color: 4292030255
    is_proxy: true
Nathan Rodet's avatar
Nathan Rodet committed
    host: "code-$(scw_userdata atrium_count_index)"
    target: $(scw_userdata atrium_private_ip):8080
  - id: 2
Nathan Rodet's avatar
Nathan Rodet committed
    name: Desktop
    icon: web_asset
    color: 4292030255
    is_proxy: true
Nathan Rodet's avatar
Nathan Rodet committed
    host: "desktop-$(scw_userdata atrium_count_index)"
    target: $(scw_userdata atrium_private_ip):8081
Nathan Rodet's avatar
Nathan Rodet committed
EOF