migrate to selfhost

This commit is contained in:
Dan
2025-12-10 02:49:57 +03:00
parent 5b84397660
commit 2c759980c8
4 changed files with 42 additions and 3 deletions

View File

@@ -83,7 +83,7 @@ PACKMATE_OLD_STREAMS_CLEANUP_THRESHOLD=240
```dotenv
# Database password. Considering it only listens on localhost, it's not mandatory to change it, but you can do it for additional security.
PACKMATE_DB_PASSWORD=K604YnL3G1hp2RDkCZNjGpxbyNpNHTRb
# 0xb00b5 team Packmate version. Change it if you want to use a different version from the docker registry.
# 0xb00b5 team Packmate version. Change it if you want to use a different tag from cr.danosito.com/danosito/0xb00b5-packmate.
BUILD_TAG=latest
```