Skip to content

irabuhq/docker-listmonk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Listmonk Docker image

Image uses envsubst to get ENV vars into config.toml.sample.
This is currently not supported by official image.

Dev docker-compose

Run once

docker-compose run app sh

and inside container to install the db

envsubst < config.toml.sample > config.toml && ./listmonk --install

Then run docker-compose up

Build

We use automated builds from https://cloud.docker.com

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%