mirror of
https://github.com/Cian-H/iform-invenio.git
synced 2025-12-22 20:41:56 +00:00
First working with forked theme
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FROM ghcr.io/front-matter/invenio-rdm-starter:latest
|
FROM ghcr.io/front-matter/invenio-rdm-starter:latest
|
||||||
|
|
||||||
RUN /opt/invenio/.venv/bin/python -m ensurepip
|
RUN /opt/invenio/.venv/bin/python -m ensurepip
|
||||||
RUN /opt/invenio/.venv/bin/python -m pip install invenio-theme-tugraz invenio-records-lom
|
RUN /opt/invenio/.venv/bin/python -m pip install invenio-theme-iform==4.15.9 invenio-records-lom
|
||||||
RUN /opt/invenio/.venv/bin/python -m pip uninstall -y pip
|
RUN /opt/invenio/.venv/bin/python -m pip uninstall -y pip
|
||||||
RUN invenio collect
|
RUN invenio collect
|
||||||
RUN apt install -y npm
|
RUN apt install -y npm
|
||||||
|
|||||||
@@ -118,7 +118,8 @@ services:
|
|||||||
db:
|
db:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
worker:
|
worker:
|
||||||
command: "celery -A invenio_app.celery worker --beat --events --loglevel=WARNING"
|
build:
|
||||||
|
context: .
|
||||||
networks:
|
networks:
|
||||||
- invenio-network
|
- invenio-network
|
||||||
image: ghcr.io/front-matter/invenio-rdm-starter:latest
|
image: ghcr.io/front-matter/invenio-rdm-starter:latest
|
||||||
|
|||||||
@@ -88,8 +88,8 @@ SEND_FILE_MAX_AGE_DEFAULT = 300
|
|||||||
# SECRET_KEY=
|
# SECRET_KEY=
|
||||||
|
|
||||||
# App theming settings
|
# App theming settings
|
||||||
EXTENSIONS = ["invenio_theme_tugraz"]
|
EXTENSIONS = ["invenio_theme_iform"]
|
||||||
APP_THEME = ["invenio-theme-tugraz", "semantic-ui"]
|
APP_THEME = ["invenio-theme-iform", "semantic-ui"]
|
||||||
|
|
||||||
# Since HAProxy and Nginx route all requests no matter the host header
|
# Since HAProxy and Nginx route all requests no matter the host header
|
||||||
# provided, the allowed hosts variable is set to localhost. In production it
|
# provided, the allowed hosts variable is set to localhost. In production it
|
||||||
|
|||||||
Reference in New Issue
Block a user