Prathamesh Musale
cad9406579
Part of [Service provider auctions for web deployments](https://www.notion.so/Service-provider-auctions-for-web-deployments-104a6b22d47280dbad51d28aa3a91d75) and cerc-io/stack-orchestrator#948 Requires cerc-io/stack-orchestrator#957 Reviewed-on: #21 Reviewed-by: ashwin <ashwin@noreply.git.vdb.to> Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com> Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
23 lines
421 B
YAML
23 lines
421 B
YAML
services:
|
|
cerc-webapp-deployer:
|
|
image: cerc/webapp-deployer-backend:local
|
|
restart: always
|
|
volumes:
|
|
- srv:/srv
|
|
- config:/etc/config:ro
|
|
ports:
|
|
- 9555
|
|
|
|
cerc-webapp-auction-handler:
|
|
image: cerc/webapp-deployer-backend:local
|
|
restart: always
|
|
environment:
|
|
RUN_AUCTIONS_HANDLER: "true"
|
|
volumes:
|
|
- srv:/srv
|
|
- config:/etc/config:ro
|
|
|
|
volumes:
|
|
config:
|
|
srv:
|