Skip to content

Hub run in galaxy ng folder

MilanPospisil edited this page Nov 22, 2023 · 4 revisions

There are some situation when we need to run backend without oci-env in galaxy_ng folder. You need compose.env to be filled just like compose.env from oci-env

First you must kill oci-env in oci_env folder:

oci-env compose down

Then you move into galaxy_ng folder:

Commands:

Container build ./compose build

Container run ./compose up

Container down ./compose down

you can also run ./compose down --volumes

to clean the volumes (clean db). The compose just runs docker commands.

Database setup.

This command will run migrations:

make docker/all

Clone this wiki locally