Skip to content
Snippets Groups Projects
deploy.sh 535 B
Newer Older
  • Learn to ignore specific revisions
  • Nathan Rodet's avatar
    Nathan Rodet committed
    cat<<EOF >> ./atrium.yaml
    hostname: labo.alpha.grandlyon.com
    debug_mode: false
    letsencrypt_email: nrodet@alpha.grandlyon.com
    apps: # optional : applications served by atrium
      - id: "$COUNT"
        name: Code
        icon: web_asset
        color: 4292030255
        is_proxy: true
        host: machine$COUNT-code
        target: $PRIVATE_IP:8080
    apps: # optional : applications served by atrium
      - id: "$COUNT"
        name: Desktop
        icon: web_asset
        color: 4292030255
        is_proxy: true
        host: machine$COUNT-desktop
        target: $PRIVATE_IP:8081
    EOF