Loading Dockerfile +1 −1 Original line number Diff line number Diff line FROM node:24-alpine AS base FROM node:24-alpine@sha256:a0b9bf06e4e6193cf7a0f58816cc935ff8c2a908f81e6f1a95432d679c54fbfd 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:6ab0b6e7381779332f97b8ca76193e45b0756f38d4c0dcda72dbb3c32061ab99 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 Loading
Dockerfile +1 −1 Original line number Diff line number Diff line FROM node:24-alpine AS base FROM node:24-alpine@sha256:a0b9bf06e4e6193cf7a0f58816cc935ff8c2a908f81e6f1a95432d679c54fbfd 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:6ab0b6e7381779332f97b8ca76193e45b0756f38d4c0dcda72dbb3c32061ab99 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