add docker image to run it in windows
This commit is contained in:
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
@ -0,0 +1,9 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
connpy-app:
|
||||
build: .
|
||||
image: connpy-app
|
||||
volumes:
|
||||
- ./docker/connpy/:/app
|
||||
- ./docker/logs/:/logs
|
||||
- ./docker/ssh/:/root/.ssh/
|
Reference in New Issue
Block a user