Authenticated HTTP API - first pass

This commit is contained in:
kexkey
2018-10-04 13:09:00 -04:00
parent 926f0a000e
commit e6edd5b0e6
11 changed files with 316 additions and 0 deletions

View File

@@ -1,6 +1,21 @@
version: "3"
services:
authapi:
# HTTP authentication API gate
image: authapi
ports:
- "80:80"
- "443:443"
volumes:
- "~/cyphernode/certs:/etc/ssl/certs"
- "~/cyphernode/private:/etc/ssl/private"
# deploy:
# placement:
# constraints: [node.hostname==dev]
networks:
- cyphernodenet
cyphernode:
# Bitcoin Mini Proxy
env_file: