mariushosting / piwigotest.yaml
0 лайк(-ов)
0 форк(-ов)
1 файл(-ов)
Последняя активность 2 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 файл(-ов)
Последняя активность 3 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 файл(-ов)
Последняя активность 3 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 |
Новее
Позже