Use new strfry Docker image
This commit is contained in:
parent
62fe0d8fac
commit
433ac4dc8e
@ -107,13 +107,13 @@ services:
|
|||||||
- minio
|
- minio
|
||||||
- redis
|
- redis
|
||||||
|
|
||||||
nostr-relay:
|
strfry:
|
||||||
image: gitea.kosmos.org/kosmos/strfry-deno:1.0.0
|
image: gitea.kosmos.org/kosmos/strfry-deno:1.1.1
|
||||||
volumes:
|
volumes:
|
||||||
- ./docker/strfry/strfry.conf:/etc/strfry.conf
|
- ./docker/strfry/strfry.conf:/etc/strfry.conf
|
||||||
- ./extras/strfry/ldap-policy.ts:/opt/ldap-policy.ts
|
- ./extras/strfry/ldap-policy.ts:/opt/ldap-policy.ts
|
||||||
- ./extras/strfry/strfry-policy.ts:/opt/strfry-policy.ts
|
- ./extras/strfry/strfry-policy.ts:/opt/strfry-policy.ts
|
||||||
- strfry-data:/app/strfry-db
|
- strfry-data:/var/lib/strfry
|
||||||
networks:
|
networks:
|
||||||
- external_network
|
- external_network
|
||||||
- internal_network
|
- internal_network
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
##
|
##
|
||||||
|
|
||||||
# Directory that contains the strfry LMDB database (restart required)
|
# Directory that contains the strfry LMDB database (restart required)
|
||||||
db = "./strfry-db/"
|
db = "/var/lib/strfry/"
|
||||||
|
|
||||||
dbParams {
|
dbParams {
|
||||||
# Maximum number of threads/processes that can simultaneously have LMDB transactions open (restart required)
|
# Maximum number of threads/processes that can simultaneously have LMDB transactions open (restart required)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user