Compare commits
2 commits
033e5e27d6
...
2edf5c9a16
Author | SHA1 | Date | |
---|---|---|---|
2edf5c9a16 | |||
a41facc5b2 |
2 changed files with 1 additions and 1 deletions
|
@ -63,6 +63,7 @@ COPY --from=build ${INSTALL_DIR}_build/ ${INSTALL_DIR}
|
||||||
COPY ./docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
|
COPY ./docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
|
||||||
|
|
||||||
ENV PATH="/opt/akkoma/bin:${PATH}"
|
ENV PATH="/opt/akkoma/bin:${PATH}"
|
||||||
|
ENV AKKOMA_CONFIG_PATH="${CONFIG_DIR}config.exs"
|
||||||
|
|
||||||
WORKDIR ${INSTALL_DIR}
|
WORKDIR ${INSTALL_DIR}
|
||||||
|
|
||||||
|
|
|
@ -168,7 +168,6 @@ defp do_check_rum!(setting, migrate) do
|
||||||
defp check_pgroonga!(:ok) do
|
defp check_pgroonga!(:ok) do
|
||||||
{_, res, _} =
|
{_, res, _} =
|
||||||
Ecto.Migrator.with_repo(Pleroma.Repo, fn repo ->
|
Ecto.Migrator.with_repo(Pleroma.Repo, fn repo ->
|
||||||
# TODO: check migrate
|
|
||||||
migrate =
|
migrate =
|
||||||
from(o in "pg_indexes",
|
from(o in "pg_indexes",
|
||||||
where: o.indexname == "object_content_pgroonga"
|
where: o.indexname == "object_content_pgroonga"
|
||||||
|
|
Loading…
Reference in a new issue