Use new strfry Docker image

This commit is contained in:
Râu Cao 2024-06-11 22:06:12 +02:00
parent 62fe0d8fac
commit 433ac4dc8e
Signed by: raucao
GPG Key ID: 37036C356E56CC51
2 changed files with 4 additions and 4 deletions

View File

@ -107,13 +107,13 @@ services:
- minio
- redis
nostr-relay:
image: gitea.kosmos.org/kosmos/strfry-deno:1.0.0
strfry:
image: gitea.kosmos.org/kosmos/strfry-deno:1.1.1
volumes:
- ./docker/strfry/strfry.conf:/etc/strfry.conf
- ./extras/strfry/ldap-policy.ts:/opt/ldap-policy.ts
- ./extras/strfry/strfry-policy.ts:/opt/strfry-policy.ts
- strfry-data:/app/strfry-db
- strfry-data:/var/lib/strfry
networks:
- external_network
- internal_network

View File

@ -3,7 +3,7 @@
##
# Directory that contains the strfry LMDB database (restart required)
db = "./strfry-db/"
db = "/var/lib/strfry/"
dbParams {
# Maximum number of threads/processes that can simultaneously have LMDB transactions open (restart required)