From 10ef43164042cc2e359bf15381ab372700df8517 Mon Sep 17 00:00:00 2001 From: fryorcraken Date: Tue, 29 Jul 2025 10:27:58 +1000 Subject: [PATCH] Comment waku-frontend, useless without RLN credentials --- docker-compose.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index ca93908..5eab3f6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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