mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-14 07:26:47 +00:00
17 lines
184 B
YAML
17 lines
184 B
YAML
version: '3'
|
|
|
|
services:
|
|
|
|
web:
|
|
build: ./web
|
|
depends_on:
|
|
- daemon
|
|
ports:
|
|
- "9052:80"
|
|
|
|
daemon:
|
|
build: .
|
|
ports:
|
|
- "9051:9051"
|
|
- "9050:9050"
|