Build docker with docker-compose

pull/496/head
Kieran R. Prasch 2018-10-27 12:24:16 -07:00
parent 8617a32276
commit 84d781279e
5 changed files with 4 additions and 4 deletions

3
.gitignore vendored
View File

@ -27,4 +27,5 @@ reports/
test-*
*.sqlite3
*ansible/variables.yml
*ansible/*.retry
*ansible/*.retry
*ansible/inventory/*

View File

@ -2,7 +2,7 @@
host_key_checking=false
inventory = inventory/
private_key_file={{ AWS_PEM_PATH }}
private_key_file={{ aws_pem_path }}
# Ubuntu
control_path=%(directory)s/%%h-%%r

View File

@ -1,4 +1,3 @@
- hosts: localhost
connection: local
gather_facts: false

View File

@ -5,5 +5,5 @@ services:
container_name: nucypher-prometheus
build:
context: ../..
dockerfile: docker/Dockerfile
dockerfile: deploy/docker/Dockerfile
image: nucypher-prometheus