added docker-compose file
This commit is contained in:
16
docker-compose.yml
Normal file
16
docker-compose.yml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
version: "3.7"
|
||||||
|
services:
|
||||||
|
|
||||||
|
wol-api:
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
ports:
|
||||||
|
- 5051:5000
|
||||||
|
container_name: wol-api
|
||||||
|
image: appserver/wol-api
|
||||||
|
restart: unless-stopped
|
||||||
|
tty: true
|
||||||
|
volumes:
|
||||||
|
- ./:/code/
|
||||||
|
working_dir: /code/
|
||||||
Reference in New Issue
Block a user