Go to file
Daniel Meiburg ff177fdb6e
gitea: set network to external
2023-02-12 00:20:00 +01:00
gitea gitea: set network to external 2023-02-12 00:20:00 +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.