Go to file
Daniel Meiburg 2575668975
Update README
2023-02-11 23:57:05 +01:00
gitea Add gitea 2023-02-11 23:55:17 +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-11 23:57:05 +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

The deployment is possible via docker compose or portainer.