Skip to content

Commit 077d522

Browse files
committed
chore: update docker-compose.yml with build instructions for codimd service
Signed-off-by: Yukai Huang <[email protected]>
1 parent 3c86c65 commit 077d522

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

deployments/docker-compose.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,14 @@ services:
1212
codimd:
1313
# you can use image or custom build below,
1414
image: nabo.codimd.dev/hackmdio/hackmd:2.5.3
15+
# Using the following command to trigger the build
16+
# docker-compose -f deployments/docker-compose.yml up --build
1517
# build:
1618
# context: ..
1719
# dockerfile: ./deployments/Dockerfile
20+
# args:
21+
# RUNTIME: hackmdio/runtime:16.20.2-35fe7e39
22+
# BUILDPACK: hackmdio/buildpack:16.20.2-35fe7e39
1823
environment:
1924
- CMD_DB_URL=postgres://codimd:change_password@database/codimd
2025
- CMD_USECDN=false

0 commit comments

Comments
 (0)