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
parent b7be8885d7
commit ed0f3ff998
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7

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: