mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
19 lines
252 B
YAML
19 lines
252 B
YAML
version: "3"
|
|
|
|
services:
|
|
sonr:
|
|
build: .
|
|
environment:
|
|
- SECRET_VAR
|
|
- REDIS_HOST
|
|
- REDIS_PASSWORD
|
|
depends_on:
|
|
- ipfs
|
|
|
|
ipfs:
|
|
build: .
|
|
environment:
|
|
- SECRET_VAR
|
|
- REDIS_HOST
|
|
- REDIS_PASSWORD
|