- May 10, 2024
-
-
nimrod authored
The network is shared and now Compose checks the labels (set by the first project that creates the network). So instead, now the network is created with Ansible and is external.
-
- Dec 22, 2023
- Aug 01, 2022
-
-
nimrod authored
Docker Compose changed the name of the containers it creates.
-
- Jul 30, 2022
- Nov 19, 2021
-
-
nimrod authored
-
- Nov 15, 2021
-
-
nimrod authored
Removing existing backups is needed if they exist. But the output is littered with rm complaining about non-existing files. Instead, check if the file exists, then remove it.
-
- Nov 05, 2021
- Oct 31, 2021
-
-
nimrod authored
A few reasons. First of all, it doesn't require a running Docker daemon instead outputting directly to a file (faster and saves space). Also, the restore script will probably use skopeo so this the codebase is more uniform. Without the Docker daemon it can run with lower privileges. Lastly, it should work without setting the really high timeout that bugs me a little.
-
nimrod authored
-
nimrod authored
-
- Oct 09, 2021
-
-
nimrod authored
-
nimrod authored
-
nimrod authored
-
nimrod authored
Meant to be run on a different machine. It can be used on the same machine and then the resulting files can be copied over.
-
nimrod authored
I only have off-site backups for host01. In case I need to rebuild ns4 or rebuild shore.co.il infrastructure I need those images (although I can probably build them locally and push them, it's probably easier and faster to restore from backups). So this commit includes: - Empty Python script. - pre-commit hooks for Python. - Dockerfile for the image (with the requirements and script). - GitLab CI job for backup on host01 (bind mount the dockerd socket and /var/backups) and a notification job in case the backup fails. All that's left is to write the backup script.
-
- Oct 08, 2021
-
-
nimrod authored
-
- Sep 20, 2021
- May 20, 2021
-
-
nimrod authored
-
- Feb 19, 2021
-
-
nimrod authored
-
- Jan 12, 2021
- Jan 11, 2021