Comment waku-frontend, useless without RLN credentials

This commit is contained in:
fryorcraken 2025-07-29 10:27:58 +10:00
parent 24c251c01f
commit 10ef431640
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -143,16 +143,17 @@ services:
depends_on:
- postgres
waku-frontend:
# TODO: migrate to waku-org
image: alrevuelta/waku-frontend:aad9628
ports:
- 127.0.0.1:4000:4000
restart: on-failure:5
depends_on:
- nwaku
## Uncomment if you have RLN credentials and want to use play with a front end to send messages
# waku-frontend:
# # TODO: migrate to waku-org
# image: alrevuelta/waku-frontend:aad9628
# ports:
# - 127.0.0.1:4000:4000
# restart: on-failure:5
# depends_on:
# - nwaku
## Remove comment if you need pgadmin support in your container.
## Uncomment if you need pgadmin support in your container.
## Commented for backward version compatibility of docker-compose.
# pgadmin:
# image: dpage/pgadmin4:latest