mariushosting / homarrASUSTOR.yaml
0 лайк(-ов)
0 форк(-ов)
1 файл(-ов)
Последняя активность 3 weeks ago
| 1 | services: |
| 2 | homarr: |
| 3 | container_name: Homarr |
| 4 | image: ghcr.io/homarr-labs/homarr:latest |
| 5 | healthcheck: |
| 6 | test: ["CMD-SHELL", "nc -z 127.0.0.1 7575 || exit 1"] |
| 7 | interval: 10s |
| 8 | timeout: 5s |
| 9 | retries: 3 |
| 10 | start_period: 90s |
mariushosting / piwigotest.yaml
0 лайк(-ов)
0 форк(-ов)
1 файл(-ов)
Последняя активность 3 months ago
| 1 | services: |
| 2 | db: |
| 3 | image: mariadb:11.4-noble #LTS Long Time Support Until May 29, 2029. |
| 4 | container_name: Piwigo-DB |
| 5 | hostname: piwigo-db |
| 6 | mem_limit: 1g |
| 7 | cpu_shares: 768 |
| 8 | security_opt: |
| 9 | - no-new-privileges:false |
| 10 | volumes: |
mariushosting / qbitorrentGlueTUN.yml
0 лайк(-ов)
0 форк(-ов)
1 файл(-ов)
Последняя активность 5 months ago
| 1 | services: |
| 2 | qbittorrent: |
| 3 | image: ghcr.io/hotio/qbittorrent:latest |
| 4 | container_name: qBittorrent-GlueTUN |
| 5 | security_opt: |
| 6 | - no-new-privileges:true |
| 7 | healthcheck: |
| 8 | test: ["CMD-SHELL", "curl -f http://localhost:8080 || exit 1"] |
| 9 | interval: 30s |
| 10 | timeout: 10s |
mariushosting / timelinize.yml
0 лайк(-ов)
0 форк(-ов)
1 файл(-ов)
Последняя активность 5 months ago
| 1 | services: |
| 2 | timelinize: |
| 3 | image: ghcr.io/timelinize/timelinize |
| 4 | container_name: TimeLinize |
| 5 | user: 0:0 |
| 6 | healthcheck: |
| 7 | test: timeout 10s bash -c ':> /dev/tcp/127.0.0.1/12002' || exit 1 |
| 8 | interval: 10s |
| 9 | timeout: 5s |
| 10 | retries: 3 |
mariushosting / palmrnew.yaml
0 лайк(-ов)
0 форк(-ов)
1 файл(-ов)
Последняя активность 11 months ago
| 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 |
Новее
Позже