mirror of
https://github.com/Crocmagnon/ansible.git
synced 2025-04-11 11:36:23 +02:00
Compare commits
No commits in common. "98ee30fba0449950dfcc40a169c7b606b6d51690" and "9d10f5ef893b6facfc6a4808075eac06b78cf0c6" have entirely different histories.
98ee30fba0
...
9d10f5ef89
4 changed files with 1 additions and 14 deletions
playbooks
apps
dependencies
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
/usr/bin/rclone copy --stats=30m --stats-log-level=NOTICE --transfers=10 --checksum pcloud:/ backblaze-pcloud-backup:gaugendre-pcloud-backup/
|
||||
/usr/bin/rclone copy --transfers=10 --checksum pcloud:/ backblaze-pcloud-backup:gaugendre-pcloud-backup/
|
||||
|
|
|
@ -17,9 +17,3 @@ services:
|
|||
volumes:
|
||||
- ./db_data:/var/lib/postgresql/data
|
||||
mem_limit: 512m
|
||||
healthcheck:
|
||||
test: ["CMD", "pg_isready", "-d", "miniflux"]
|
||||
interval: 10s
|
||||
timeout: 10s
|
||||
retries: 5
|
||||
start_period: 80s
|
||||
|
|
|
@ -22,9 +22,3 @@ services:
|
|||
POSTGRES_DB: "manuels"
|
||||
volumes:
|
||||
- ./db_data:/var/lib/postgresql/data
|
||||
healthcheck:
|
||||
test: ["CMD", "pg_isready", "-d", "manuels"]
|
||||
interval: 10s
|
||||
timeout: 10s
|
||||
retries: 5
|
||||
start_period: 80s
|
||||
|
|
|
@ -3,4 +3,3 @@
|
|||
- import_playbook: 01-setup-deps.yaml # noqa: name[play]
|
||||
- import_playbook: bat.yaml # noqa: name[play]
|
||||
- import_playbook: caddy.yaml # noqa: name[play]
|
||||
- import_playbook: rclone.yaml # noqa: name[play]
|
||||
|
|
Loading…
Add table
Reference in a new issue