Skip to content

Docker Compose Terrareg with poetry has failures #89

@markdjones82

Description

@markdjones82

I am running into issues locally since downloading the latest version running with docker compose up. When MIGRATE database is true I get this error:
Command not found: alembic

  • '[' True == True ']'

  • poetry run alembic upgrade head

Command not found: alembic

With migrate disabled;

  • poetry run python ./terrareg.py

Traceback (most recent call last):

File "/app/./terrareg.py", line 4, in

from terrareg.server import Server

File "/app/terrareg/server/init.py", line 5, in

from flask import Flask, session, redirect, request

ModuleNotFoundError: No module named 'flask'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions