Add manifest.yaml file for Docker configuration
This commit is contained in:
parent
92c6c51c35
commit
18b29e7e46
10
manifest.yaml
Normal file
10
manifest.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
apkt-eis:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "32166:80"
|
||||
restart: always
|
Loading…
x
Reference in New Issue
Block a user