All in one install
This commit is contained in:
@@ -55,19 +55,8 @@ services:
|
||||
ports:
|
||||
- 4010:4000
|
||||
restart: unless-stopped
|
||||
|
||||
sandbox-webhook:
|
||||
image: fidedocker/sandbox-webhook-api
|
||||
depends_on:
|
||||
- sandbox-api
|
||||
container_name: sandbox-webhook
|
||||
networks:
|
||||
- beckn_network
|
||||
ports:
|
||||
- 3005:3005
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./ENV/.env-webhook:/usr/src/app/.env
|
||||
- ./ENV/.env-sandbox:/usr/src/app/.env
|
||||
|
||||
bpp-client:
|
||||
image: fidedocker/protocol-server
|
||||
|
||||
Reference in New Issue
Block a user