added Dockerfile
This commit is contained in:
parent
2bb0c7eb4b
commit
53f264e63b
7 changed files with 902 additions and 446 deletions
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
version: "3"
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
links:
|
||||
- redis
|
||||
ports:
|
||||
- "1443:1443"
|
||||
environment:
|
||||
- P2P_REDIS_HOST=redis
|
||||
redis:
|
||||
image: redis:alpine
|
Loading…
Add table
Add a link
Reference in a new issue