version: "3"
services:
web:
container_name: monstercanker-service
build: .
restart: unless-stopped
ports:
- "3000:3000"