mirror of
https://github.com/logos-messaging/logos-messaging-test-query.git
synced 2026-01-07 16:33:09 +00:00
Stop using the "replica" concept from docker-compose-manual-binaries
This commit is contained in:
parent
3c602482b2
commit
623988e99b
@ -115,8 +115,6 @@ services:
|
|||||||
restart: on-failure
|
restart: on-failure
|
||||||
entrypoint: sh
|
entrypoint: sh
|
||||||
- 'opt/run_waku_store_query_maker.sh'
|
- 'opt/run_waku_store_query_maker.sh'
|
||||||
deploy:
|
|
||||||
replicas: 1
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./run_waku_store_query_maker.sh:/opt/run_waku_store_query_maker.sh:Z
|
- ./run_waku_store_query_maker.sh:/opt/run_waku_store_query_maker.sh:Z
|
||||||
environment:
|
environment:
|
||||||
@ -129,8 +127,6 @@ services:
|
|||||||
image: alrevuelta/waku-publisher:9fb206c
|
image: alrevuelta/waku-publisher:9fb206c
|
||||||
entrypoint: sh
|
entrypoint: sh
|
||||||
- 'opt/run_wakupublisher.sh'
|
- 'opt/run_wakupublisher.sh'
|
||||||
deploy:
|
|
||||||
replicas: 1
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./run_wakupublisher.sh:/opt/run_wakupublisher.sh:Z
|
- ./run_wakupublisher.sh:/opt/run_wakupublisher.sh:Z
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user