nucypher/deploy/docker/docker-compose.yml

16 lines
288 B
YAML
Raw Normal View History

2018-10-27 17:04:31 +00:00
version: '3'
services:
nucypher:
2018-12-14 16:09:45 +00:00
image: nucypher:latest
container_name: nucypher
ports:
- "9151:9151"
2018-10-27 17:04:31 +00:00
build:
context: ../..
2018-10-27 19:24:16 +00:00
dockerfile: deploy/docker/Dockerfile
2018-12-14 16:09:45 +00:00
volumes:
- ~/.local/share/nucypher:/nucypher
stdin_open: true
tty: true