Add encrypted .env files

This commit is contained in:
2023-01-27 04:59:12 +01:00
parent a1cac6b8a3
commit 9f40b38886
8 changed files with 75 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
## Folders
- `docker`: Contains `docker-compose` configurations for projects
- `envs`: Contains `.env` files encrypted using `ansible-vault`. These files are decrypted and uploaded next to their corresponding `docker-compose.yaml` file.