Last active 2 months ago
0
0
1
| 1 | services: |
| 2 | palmr-api: |
| 3 | image: kyantech/palmr-api:latest |
| 4 | container_name: Palmr-API |
| 5 | healthcheck: |
| 6 | test: ["CMD", "curl", "-f", "http://localhost:3333/health"] |
| 7 | interval: 10s |
| 8 | timeout: 5s |
| 9 | retries: 5 |
| 10 | start_period: 30s |