Files
deflock/docker-compose.yml
Will Freeman cce969e6ba Sponsors and tags (#22)
* brand -> manufacturer

* clean up

* add donation page

* display manufacturer first, brand for backward compat
2024-12-16 12:29:24 -07:00

17 lines
535 B
YAML

---
services:
deflock:
image: public.ecr.aws/w2o0b9g0/deflock.me:latest
ports:
- 8080:8080
restart: always
healthcheck:
test: curl --fail http://localhost:8080/api/healthcheck || exit 1
interval: 30s # Time between health checks
timeout: 10s # Time to wait for a response
retries: 3 # Number of retries before marking as unhealthy
start_period: 10s # Time to wait before starting health checks
stdin_open: true
environment:
- GITHUB_TOKEN