This commit is contained in:
Cadey Ratio 2019-12-08 20:13:20 +00:00
parent 4edfaf3dfe
commit 275dc06a7b
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,6 @@ services:
environment: environment:
- IPFS_HOST=ipfs:5001 - IPFS_HOST=ipfs:5001
- NATS_URL=nats://nats:4222 - NATS_URL=nats://nats:4222
- WORKER_COUNT=16
command: /usr/local/bin/wasmcloud-executor command: /usr/local/bin/wasmcloud-executor
web: web:
restart: always restart: always
@ -38,6 +37,8 @@ services:
- postgresql_data:/var/lib/postgresql/data - postgresql_data:/var/lib/postgresql/data
nats: nats:
image: "nats:latest" image: "nats:latest"
ports:
- 8222:8222
volumes: volumes:
ipfs: ipfs: