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