Skip to content

Commit

Permalink
webui: 33.x compatible containers
Browse files Browse the repository at this point in the history
  • Loading branch information
maany committed Feb 22, 2024
1 parent d5033c7 commit 1a2e00a
Show file tree
Hide file tree
Showing 6 changed files with 154 additions and 165 deletions.
31 changes: 0 additions & 31 deletions webui/.env.default.j2

This file was deleted.

8 changes: 5 additions & 3 deletions webui/Dockerfile
Expand Up @@ -30,13 +30,15 @@ WORKDIR /opt/rucio/webui
ENV RUCIO_WEBUI_PATH=/opt/rucio/webui

RUN curl https://raw.githubusercontent.com/rucio/rucio/master/tools/merge_rucio_configs.py --output /opt/rucio/merge_rucio_configs.py
RUN git clone --depth 1 -b ${TAG} -- https://github.com/rucio/webui.git ${RUCIO_WEBUI_PATH}
RUN git clone --depth 1 -b deployment -- https://github.com/maany/webui.git ${RUCIO_WEBUI_PATH}

RUN npm i -g pm2
RUN npm install
RUN npm run build

COPY docker-entrypoint.sh /
COPY .env.default.j2 /tmp/
COPY httpd.conf.j2 /tmp/
COPY rucio.conf.j2 /tmp/
COPY ecosystem.config.js /opt/rucio/webui/ecosystem.config.js

EXPOSE 443
EXPOSE 80
Expand Down

0 comments on commit 1a2e00a

Please sign in to comment.