Skip to content

services.yml

Hunter Long edited this page May 11, 2020 · 3 revisions
x-tcpservice: &tcpservice
  type: tcp
  check_interval: 60
  timeout: 15
  allow_notifications: true
  notify_after: 0
  notify_all_changes: true
  public: true
  redirect: true

x-httpservice: &httpservice
  type: http
  check_interval: 45
  timeout: 10
  allow_notifications: true
  notify_after: 2
  notify_all_changes: true
  public: true
  redirect: true

services:

  - name: traefik
    type: tcp
    domain: traefik
    port: 80
    <<: *tcpservice

  - name: portainer
    type: tcp
    domain: portainer
    port: 9000
    <<: *tcpservice

  - name: organizr
    type: tcp
    domain: organizr
    port: 80
    <<: *tcpservice

  - name: heimdall
    type: tcp
    domain: heimdall
    port: 80
    <<: *tcpservice