Add manifest.yaml file for Docker configuration

This commit is contained in:
Dede Fuji Abdul 2024-02-16 10:01:41 +07:00
parent 92c6c51c35
commit 18b29e7e46

10
manifest.yaml Normal file
View File

@ -0,0 +1,10 @@
version: '3.8'
services:
apkt-eis:
build:
context: .
dockerfile: Dockerfile
ports:
- "32166:80"
restart: always