version: '3' services: app: restart: unless-stopped build: context: . dockerfile: Dockerfile environment: PORT: "12402" ports: - "12402:12402" volumes: - ./app:/app/app