link archive-api to the docker network
This commit is contained in:
parent
cdf58e63f1
commit
ec42d02654
1 changed files with 5 additions and 0 deletions
|
@ -98,6 +98,11 @@ services:
|
|||
#- BACKEND=cpu
|
||||
- BACKEND=wasm
|
||||
#- BACKEND=node
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- net
|
||||
labels:
|
||||
- meta.role=archive-api
|
||||
|
||||
archive:
|
||||
depends_on:
|
||||
|
|
Loading…
Reference in a new issue