Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions deployments/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@ services:
codimd:
# you can use image or custom build below,
image: nabo.codimd.dev/hackmdio/hackmd:2.5.3
# Using the following command to trigger the build
# docker-compose -f deployments/docker-compose.yml up --build
# build:
# context: ..
# dockerfile: ./deployments/Dockerfile
# args:
# RUNTIME: hackmdio/runtime:16.20.2-35fe7e39
# BUILDPACK: hackmdio/buildpack:16.20.2-35fe7e39
environment:
- CMD_DB_URL=postgres://codimd:change_password@database/codimd
- CMD_USECDN=false
Expand Down