Loading Dockerfile +1 −1 Original line number Diff line number Diff line FROM node:24-alpine AS base FROM node:24-alpine@sha256:f70403e87646dc51b45295f4b8b70cdad0b63d2297c4c9899119b03f7af7a6b3 AS base # add openssl as root RUN apk add --no-cache openssl RUN apk add --update --no-cache make g++ jpeg-dev cairo-dev giflib-dev pango-dev libtool autoconf automake Loading docker-compose.yml +2 −2 Original line number Diff line number Diff line Loading @@ -34,14 +34,14 @@ services: - canvas redis: restart: always image: redis:7-alpine image: redis:7-alpine@sha256:e7723ff73d963f5cc6d9c4643ea3d989527a402a319239054e9472a7fb9219a2 healthcheck: test: ["CMD", "redis-cli", "ping"] volumes: - ./data/redis:/data postgres: restart: always image: postgres:14-alpine image: postgres:14-alpine@sha256:f1341c01408dc7278e9d365ed4f860cd3f87dd16b4464ac326fc0f422083a579 user: ${UID}:${GID} healthcheck: test: ["CMD", "pg_isready", "-U", "postgres"] Loading packages/mod-webhook-consumer/Dockerfile +1 −1 Original line number Diff line number Diff line FROM node:24-alpine AS base FROM node:24-alpine@sha256:f70403e87646dc51b45295f4b8b70cdad0b63d2297c4c9899119b03f7af7a6b3 AS base WORKDIR /app Loading Loading
Dockerfile +1 −1 Original line number Diff line number Diff line FROM node:24-alpine AS base FROM node:24-alpine@sha256:f70403e87646dc51b45295f4b8b70cdad0b63d2297c4c9899119b03f7af7a6b3 AS base # add openssl as root RUN apk add --no-cache openssl RUN apk add --update --no-cache make g++ jpeg-dev cairo-dev giflib-dev pango-dev libtool autoconf automake Loading
docker-compose.yml +2 −2 Original line number Diff line number Diff line Loading @@ -34,14 +34,14 @@ services: - canvas redis: restart: always image: redis:7-alpine image: redis:7-alpine@sha256:e7723ff73d963f5cc6d9c4643ea3d989527a402a319239054e9472a7fb9219a2 healthcheck: test: ["CMD", "redis-cli", "ping"] volumes: - ./data/redis:/data postgres: restart: always image: postgres:14-alpine image: postgres:14-alpine@sha256:f1341c01408dc7278e9d365ed4f860cd3f87dd16b4464ac326fc0f422083a579 user: ${UID}:${GID} healthcheck: test: ["CMD", "pg_isready", "-U", "postgres"] Loading
packages/mod-webhook-consumer/Dockerfile +1 −1 Original line number Diff line number Diff line FROM node:24-alpine AS base FROM node:24-alpine@sha256:f70403e87646dc51b45295f4b8b70cdad0b63d2297c4c9899119b03f7af7a6b3 AS base WORKDIR /app Loading