mirror of https://github.com/nucypher/nucypher.git
Build docker with docker-compose
parent
8617a32276
commit
84d781279e
|
@ -27,4 +27,5 @@ reports/
|
|||
test-*
|
||||
*.sqlite3
|
||||
*ansible/variables.yml
|
||||
*ansible/*.retry
|
||||
*ansible/*.retry
|
||||
*ansible/inventory/*
|
|
@ -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
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
- hosts: localhost
|
||||
connection: local
|
||||
gather_facts: false
|
||||
|
|
|
@ -5,5 +5,5 @@ services:
|
|||
container_name: nucypher-prometheus
|
||||
build:
|
||||
context: ../..
|
||||
dockerfile: docker/Dockerfile
|
||||
dockerfile: deploy/docker/Dockerfile
|
||||
image: nucypher-prometheus
|
||||
|
|
Loading…
Reference in New Issue