Last active 2 months ago
0
0
1
| 1 | services: |
| 2 | tracearr: |
| 3 | image: ghcr.io/connorgallopo/tracearr:supervised |
| 4 | container_name: Tracearr |
| 5 | user: 0:0 |
| 6 | healthcheck: |
| 7 | test: timeout 10s bash -c ':> /dev/tcp/127.0.0.1/3000' || exit 1 |
| 8 | interval: 10s |
| 9 | timeout: 5s |
| 10 | retries: 3 |