what
This commit is contained in:
parent
4edfaf3dfe
commit
275dc06a7b
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue