Skip to content

Commit

Permalink
fix: add image and env var for strapi upload
Browse files Browse the repository at this point in the history
  • Loading branch information
gmoocto committed Dec 19, 2023
1 parent 6dbcc7a commit f0f3f2c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15,752 deletions.
1 change: 1 addition & 0 deletions .env.docker
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ SCALINGO_API_TOKEN=
MINIO_ACCESS_KEY=MINIO_ACCESS_KEY
MINIO_CEJ_BUCKET=contact-cej
MINIO_CMS_BUCKET=main-strapi-medias
MINIO_BUCKET=main-strapi-medias
MINIO_STAGES_EXTRACT_BUCKET=stages-extract
MINIO_STAGES_TRANSFORM_BUCKET=stages-transform
MINIO_STAGES_LOAD_BUCKET=stages-load
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:18.17-alpine
# Installing libvips-dev for sharp Compatibility
RUN apk update && apk add build-base gcc autoconf automake zlib-dev libpng-dev nasm bash vips-dev
WORKDIR /opt/
Expand Down
Loading

0 comments on commit f0f3f2c

Please sign in to comment.