mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-02 15:10:46 +00:00
Create docker-compose.yml
and to link the other two together....
This commit is contained in:
19
docker-compose.yml
Normal file
19
docker-compose.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
version: '2'
|
||||
services:
|
||||
web:
|
||||
build: web/
|
||||
hostname: gocryptotraderweb
|
||||
container_name: web
|
||||
ports:
|
||||
- "3333:80"
|
||||
networks:
|
||||
- app
|
||||
cli:
|
||||
build: .
|
||||
hostname: gocryptotrader
|
||||
container_name: daemon
|
||||
privileged: true
|
||||
networks:
|
||||
- app
|
||||
networks:
|
||||
- app
|
||||
Reference in New Issue
Block a user