Skip to content

Commit

Permalink
Setup docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthäus Mayer authored and Matthäus Mayer committed Mar 2, 2018
1 parent 7b4f906 commit cf1d8b2
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit cf1d8b2

Please sign in to comment.