We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c86c65 + 077d522 commit 0051081Copy full SHA for 0051081
deployments/docker-compose.yml
@@ -12,9 +12,14 @@ services:
12
codimd:
13
# you can use image or custom build below,
14
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
17
# build:
18
# context: ..
19
# dockerfile: ./deployments/Dockerfile
20
+ # args:
21
+ # RUNTIME: hackmdio/runtime:16.20.2-35fe7e39
22
+ # BUILDPACK: hackmdio/buildpack:16.20.2-35fe7e39
23
environment:
24
- CMD_DB_URL=postgres://codimd:change_password@database/codimd
25
- CMD_USECDN=false
0 commit comments