metar-analyzer/docker-compose.yml

8 lines
96 B
YAML

version: '3.8'
services:
app:
build: .
restart: always
ports:
- "9010:3000"