add docker-compose.yaml

This commit is contained in:
ІО-23 Шмуляр Олег 2024-09-25 15:01:49 +03:00
parent 7a84db633c
commit f50bbca48e
1 changed files with 12 additions and 0 deletions

12
docker-compose.yaml Normal file
View File

@ -0,0 +1,12 @@
version: '3'
services:
app:
restart: unless-stopped
build:
context: .
dockerfile: Dockerfile
environment:
PORT: "12402"
ports:
- "12402:12402"