mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-03 01:41:44 +00:00
build: Add Docker Compose configuration
This commit is contained in:
committed by
Prad Nukala (aider)
parent
564b9f1152
commit
ca96fa1deb
@@ -1,3 +0,0 @@
|
||||
module client
|
||||
|
||||
go 1.22.0
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user