Unverified Commit 6270cce7 authored by Tom Moulard's avatar Tom Moulard
Browse files

streama: adding healthcheck

parent 3581b507
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -10,6 +10,11 @@ services:
    networks:
      - 'srv'
    restart: always
    healthcheck:
      test: ['CMD', 'curl', '0.0.0.0:8080/login/auth']
      interval: 30s
      timeout: 10s
      retries: 5
    labels:
      - 'traefik.enable=true'
      - 'traefik.frontend.rule=Host:streama.${SITE}'