container/README.md

368 B

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.