Add Nostr relay service to Docker Compose config

This commit is contained in:
2024-04-04 12:16:45 +03:00
parent f2507409a3
commit b09225543b
2 changed files with 151 additions and 0 deletions

View File

@@ -107,6 +107,17 @@ services:
- minio
- redis
nostr-relay:
image: pluja/strfry:latest
volumes:
- ./docker/strfry/strfry.conf:/etc/strfry.conf
- strfry-data:/app/strfry-db
networks:
- external_network
- internal_network
ports:
- "4777:7777"
# phpldapadmin:
# image: osixia/phpldapadmin:0.9.0
# ports:
@@ -128,3 +139,5 @@ volumes:
driver: local
redis-data:
driver: local
strfry-data:
driver: local