Setup docker compose

This commit is contained in:
Matthäus Mayer
2018-03-02 09:01:57 +01:00
parent 7b4f9064c8
commit cf1d8b2a24

View File

@@ -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"