nucypher/dev/docker/docker-compose.yml

17 lines
313 B
YAML
Raw Normal View History

2019-03-13 00:31:49 +00:00
version: '3'
services:
nucypher-dev:
volumes:
- ../..:/code
ports:
2019-03-28 22:41:45 +00:00
- 10151:10151
2019-03-13 00:31:49 +00:00
build:
context: ../..
dockerfile: dev/docker/Dockerfile
image: dev:nucypher
2019-03-13 18:17:19 +00:00
container_name: nucypher-dev
2019-03-28 22:41:45 +00:00
working_dir: /code
environment:
- PYTHONBREAKPOINT=ipdb.set_trace