Skip to content
Snippets Groups Projects
atrium.yaml 927 B
Newer Older
  • Learn to ignore specific revisions
  • Nathan Rodet's avatar
    Nathan Rodet committed
    # The content of this file is recreated by cloud init.
    
    hostname: %atrium_hostname%.%project_domain%
    
    Nathan Rodet's avatar
    Nathan Rodet committed
    debug_mode: false
    letsencrypt_email: %atrium_letsencrypt_email%
    tls_mode: Auto
    apps: # optional : applications served by atrium
      - id: 1
    
    Nathan Rodet's avatar
    Nathan Rodet committed
        icon: web_asset
        color: 4292030255
        is_proxy: true
    
    Nathan Rodet's avatar
    Nathan Rodet committed
        target: localhost:8080
      - id: 2
    
    Nathan Rodet's avatar
    Nathan Rodet committed
        icon: web_asset
        color: 4292030255
        is_proxy: true
    
    Nathan Rodet's avatar
    Nathan Rodet committed
        target: localhost:8081
      - id: 3
    
    Nathan Rodet's avatar
    Nathan Rodet committed
        icon: terminal
        color: 4292030255
        is_proxy: true
    
    Nathan Rodet's avatar
    Nathan Rodet committed
        target: localhost:8082
        secured: true
        login: admin
        password: %user_password%
    
        roles:
          - ADMINS
    
      - id: 4
        name: App
        icon: web_asset
        color: 4292030255
        is_proxy: true
        host: app
        target: localhost:3000
    
    Nathan Rodet's avatar
    Nathan Rodet committed
    users:
      - login: admin
        password: %user_password_hash%
        roles: