Skip to content

Issue: Rewrite docker watch script #200

Description

@TVW96

Description

The current script for running docker in watch mode:
docker:watch": "npm run docker && docker compose logs -f nestjs
is prefixed to show only nestjs logs.

Script need to be changed to this:
npm run docker && docker compose logs -f nestjs nextjs postgres
adding nextjs and postgres logs to watch view.

Tasks

No response

Visual Aids

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions