Stop using the "replica" concept from docker-compose-manual-binaries

This commit is contained in:
Ivan Folgueira Bande 2023-11-05 23:24:30 +01:00 committed by Ivan FB
parent 3c602482b2
commit 623988e99b
1 changed files with 0 additions and 4 deletions

View File

@ -115,8 +115,6 @@ services:
restart: on-failure
entrypoint: sh
- 'opt/run_waku_store_query_maker.sh'
deploy:
replicas: 1
volumes:
- ./run_waku_store_query_maker.sh:/opt/run_waku_store_query_maker.sh:Z
environment:
@ -129,8 +127,6 @@ services:
image: alrevuelta/waku-publisher:9fb206c
entrypoint: sh
- 'opt/run_wakupublisher.sh'
deploy:
replicas: 1
volumes:
- ./run_wakupublisher.sh:/opt/run_wakupublisher.sh:Z
environment: