mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
build: Add Docker Compose configuration
This commit is contained in:
parent
564b9f1152
commit
ca96fa1deb
@ -1,3 +0,0 @@
|
||||
module client
|
||||
|
||||
go 1.22.0
|
18
docker-compose.yaml
Normal file
18
docker-compose.yaml
Normal file
@ -0,0 +1,18 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
sonr:
|
||||
build: .
|
||||
environment:
|
||||
- SECRET_VAR
|
||||
- REDIS_HOST
|
||||
- REDIS_PASSWORD
|
||||
depends_on:
|
||||
- ipfs
|
||||
|
||||
ipfs:
|
||||
build: .
|
||||
environment:
|
||||
- SECRET_VAR
|
||||
- REDIS_HOST
|
||||
- REDIS_PASSWORD
|
Loading…
x
Reference in New Issue
Block a user