#643: Fixed security issues in launch branch as well

This commit is contained in:
frikky
2021-12-30 18:34:00 +01:00
parent ed0c6250d6
commit 287c254360
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
version: '3' version: '3'
services: services:
frontend: frontend:
build: ./frontend #build: ./frontend
image: ghcr.io/frikky/shuffle-frontend:nightly image: ghcr.io/frikky/shuffle-frontend:nightly
container_name: shuffle-frontend container_name: shuffle-frontend
hostname: shuffle-frontend hostname: shuffle-frontend
@@ -64,7 +64,7 @@ services:
- SHUFFLE_SWARM_NETWORK_NAME=shuffle-executions - SHUFFLE_SWARM_NETWORK_NAME=shuffle-executions
restart: unless-stopped restart: unless-stopped
opensearch: opensearch:
image: opensearchproject/opensearch:1.2.1 image: opensearchproject/opensearch:1.2.3
hostname: shuffle-opensearch hostname: shuffle-opensearch
container_name: shuffle-opensearch container_name: shuffle-opensearch
environment: environment:
+1 -1
View File
@@ -21,7 +21,7 @@ RUN rm -rf /usr/src/app/node_modules/webpack
RUN yarn build RUN yarn build
# Production environment # Production environment
FROM nginx:1.21.3 FROM nginx:1.21.5
RUN mkdir -p /usr/share/nginx/html/build RUN mkdir -p /usr/share/nginx/html/build
RUN mkdir -p /usr/share/nginx/html/css RUN mkdir -p /usr/share/nginx/html/css