Skip to content

Please add docker-compose.yml file #44

@ben-kenney

Description

@ben-kenney

Let's Talk About Your Feature Idea

We're always looking for ways to improve TypingMind Proxy! Let's discuss how your feature could address current limitations and enhance the plugin development experience.

1. What problem does this solve?

Makes it easier for user to start the docker service.

2. Describe your proposed solution.

Include the following docker-compose.yml file in the repo:

services:
  typingmind-plugins-server:
    build:
      context: ./
      dockerfile: Dockerfile
    ports:
      - "8080:8080"
    environment:
      - NODE_ENV=development

This way user just need to run: docker compose up -d

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions