mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-14 15:09:51 +00:00
14 lines
270 B
YAML
14 lines
270 B
YAML
version: '2'
|
|
services:
|
|
web:
|
|
build: web/
|
|
hostname: gocryptotraderweb
|
|
container_name: web
|
|
ports:
|
|
- "3333:80"
|
|
cli:
|
|
build: .
|
|
hostname: gocryptotrader
|
|
container_name: daemon
|
|
privileged: true
|