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