Go to file
Daniel Meiburg a2085be3cd
gitea: env use single quotes for pw
2023-02-12 01:12:13 +01:00
gitea gitea: env use single quotes for pw 2023-02-12 01:12:13 +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.