services:
  app:
    build:
      context: .
      dockerfile: Dockerfile
    ports:
      - "3291:80"
    restart: unless-stopped