Go to file
Daniel Meiburg 11e86dbdcf
watchtower: remove env
2023-02-13 00:48:21 +01:00
gitea gitea: dark mod, some security settings 2023-02-13 00:28:51 +01:00
watchtower watchtower: remove env 2023-02-13 00:48:21 +01:00
.gitignore Update README 2023-02-11 23:57:05 +01:00
README.md Update README 2023-02-13 00:43:46 +01:00
post-receive Update post-receive 2023-02-13 00:30:38 +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.gpg > .env

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

$ gpg -er key@dmeiburg.de -r server@dmeiburg.de .env

Deployment

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

Make sure post-receive hook is installed in the bare repository.