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 6c0cc02
Show file tree
Hide file tree
Showing 6 changed files with 153 additions and 164 deletions.
31 changes: 0 additions & 31 deletions webui/.env.default.j2

This file was deleted.

6 changes: 4 additions & 2 deletions webui/Dockerfile
Expand Up @@ -32,11 +32,13 @@ 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 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 6c0cc02

Please sign in to comment.