Go to file
Daniel Meiburg 5750111d51
Test post receive hook 4
2023-02-12 17:35:30 +01:00
gitea Test post receive hook 4 2023-02-12 17:35:30 +01:00
watchtower Add watchtower stack 2023-02-11 19:19:17 +01:00
.gitignore Update README 2023-02-11 23:57:05 +01:00
README.md Update README 2023-02-12 15:33:16 +01:00

README.md

Container

This project contains my personal docker compose configurations. To use this configuartions the .env files have to be decrypted with the key@dmeiburg.de key

$ gpg -d .env.asc > .env

To encrypt an .env file the following command is used:

$ gpg -ear key@dmeiburg.de .env

Deployment

git remote add dmeiburg ssh://root@dmeiburg.de:/root/git/container.git
git push dmeiburg