mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-14 15:09:51 +00:00
16 lines
158 B
YAML
16 lines
158 B
YAML
version: '3'
|
|
|
|
services:
|
|
|
|
web:
|
|
build: ./web
|
|
depends_on:
|
|
- cli
|
|
ports:
|
|
- "9051:80"
|
|
|
|
cli:
|
|
build: .
|
|
ports:
|
|
- "9050:9050"
|