use waku-frontend image

This commit is contained in:
Sasha 2023-12-03 20:13:41 +01:00
parent 7d9bcac50b
commit 2294e38002
No known key found for this signature in database

View File

@ -64,17 +64,14 @@ services:
depends_on:
- postgres
# TODO: Commented until ready
#waku-frontend:
# # TODO: migrate to waku-org
# image: docker.io/alrevuelta/waku-frontend:latest
# #command:
# # - xxx
# ports:
# - 127.0.0.1:4000:3000
# restart: on-failure:5
# depends_on:
# - nwaku
waku-frontend:
# TODO: migrate to waku-org
image: docker.io/alrevuelta/waku-frontend:latest
ports:
- 127.0.0.1:8080:80
restart: on-failure:5
depends_on:
- nwaku
prometheus:
image: docker.io/prom/prometheus:latest