mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-08 15:11:07 +00:00
Setup docker compose
This commit is contained in:
@@ -1,13 +1,15 @@
|
|||||||
version: '2'
|
version: '3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
web:
|
|
||||||
build: web/
|
web:
|
||||||
hostname: gocryptotraderweb
|
build: ./web
|
||||||
container_name: web
|
depends_on:
|
||||||
ports:
|
- cli
|
||||||
- "3333:80"
|
ports:
|
||||||
cli:
|
- "9051:80"
|
||||||
build: .
|
|
||||||
hostname: gocryptotrader
|
cli:
|
||||||
container_name: daemon
|
build: .
|
||||||
privileged: true
|
ports:
|
||||||
|
- "9050:9050"
|
||||||
|
|||||||
Reference in New Issue
Block a user