Server Secrets or .ENV for private information in seperate Compose Files/Stacks #27
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Trying to figure out the best way to handle this.
I want to start updating my configs through git so I can take note of changes made and what was working for and when it all went to shit etc.
Just makes more sense. So to do that, I need to hide private information at the same time that are setup in config files.
Docker says the best thing to do is use secrets:
https://docs.docker.com/compose/use-secrets/
Well i forgot how to do this and want to clarify here
https://gitea.rcs1.top/sickprodigy/docker-containers2/src/branch/main/karakeep/docker-compose.yml
normally looks like so:
but replace with:
for docker compose file within portainer. Then you manually load in the .env file in the gui