mirror of https://github.com/status-im/cabot.git
11 lines
153 B
YAML
11 lines
153 B
YAML
|
version: '2'
|
||
|
services:
|
||
|
base:
|
||
|
build: .
|
||
|
image: cabot:web
|
||
|
command: "false"
|
||
|
volumes:
|
||
|
- .:/code
|
||
|
env_file:
|
||
|
- conf/default.env
|