1
1
Fork 1

Incoming from other repo.

This commit is contained in:
Derek Smith 2023-04-07 14:02:04 -04:00
parent 7604c95aa0
commit 8b65f22797
Signed by: farscapian
GPG Key ID: B443E530A14E1C90
1 changed files with 8 additions and 1 deletions

View File

@ -40,4 +40,11 @@ export GITEA_HOSTNAME="git"
export NOSTR_HOSTNAME="relay"
export CLAMS_HOSTNAME="clams"
export REGISTRY_URL="https://index.docker.io/v1"
export REGISTRY_URL="https://index.docker.io/v1"
export BTCPAY_SERVER_CPU_COUNT="4"
export BTCPAY_SERVER_MEMORY_MB="4096"
export WWW_SERVER_CPU_COUNT="4"
export WWW_SERVER_MEMORY_MB="4096"
export DOCKER_IMAGE_CACHE_FQDN="registry-1.docker.io"