version: '3.3'

services:
  app:
    container_name: erp-rms
    restart: unless-stopped
    build: .
    ports:
      - "${APP_PORT:-8889}:80"