Răsfoiți Sursa

add docker-compose section in pdf-converter docker README

Futa Arai 1 an în urmă
părinte
comite
a3d23e7cda

+ 2 - 1
.devcontainer/app/devcontainer.json

@@ -8,7 +8,8 @@
 
   "features": {
     "ghcr.io/devcontainers/features/node:1": {
-      "version": "20.18.0"
+      "version": "20.18.0",
+      "pnpmVersion": "9.4.0"
     }
   },
 

+ 1 - 1
.devcontainer/pdf-converter/postCreateCommand.sh

@@ -8,7 +8,7 @@ sudo apt-get clean -y
 SHELL=bash pnpm setup
 eval "$(cat /home/node/.bashrc)"
 # Update pnpm
-pnpm i -g pnpm
+pnpm i -g pnpm@9.4.0
 
 # Install turbo
 pnpm install turbo --global

+ 0 - 1
.github/workflows/release-pdf-converter.yml

@@ -81,7 +81,6 @@ jobs:
         username: wsmoogle
         password: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}
         repository: weseek/growi-slackbot-proxy
-        # TODO: create pdf-converter README
         readme-filepath: ./apps/pdf-converter/docker/README.md
 
 

+ 1 - 6
apps/pdf-converter/docker/README.md

@@ -29,9 +29,4 @@ and go to `http://localhost:3010/` .
 
 ### docker-compose
 
-(TBD)
-
-Configuration
------------
-
-(TBD)
+PDF Converter is configured by default in [weseek/growi-docker-compose](https://github.com/weseek/growi-docker-compose). GROWI will be able to request to PDF Converter after `docker-compose up`.