Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vergissberlin/example-listmonk
Example docker compose files for listmonk
https://github.com/vergissberlin/example-listmonk
docker-compose listmonk
Last synced: 6 days ago
JSON representation
Example docker compose files for listmonk
- Host: GitHub
- URL: https://github.com/vergissberlin/example-listmonk
- Owner: vergissberlin
- Created: 2024-02-15T10:01:07.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-15T10:41:04.000Z (9 months ago)
- Last Synced: 2024-10-09T19:41:14.789Z (28 days ago)
- Topics: docker-compose, listmonk
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Listmonk with Docker Compose
## Introduction
This is a simple docker-compose setup for [Listmonk](https://listmonk.app/), a standalone, self-hosted, newsletter and mailing list manager. It is fast, feature-rich, and packed into a single binary. It uses a PostgreSQL database to store data.
## Features
* Health check for all included services
* Sample configurations
* Local persitation of uploaded files and database### Environments
* **Local testing** It includes a compose file for local development.
* **Production ready** It includes a compose file for production.
* **Production traefik** It includes a compose file for production with traefik as reverse proxy.## Prerequisites
* Docker
* Docker Compose## Getting Started
Copy the `.env.sample` file to `.env` and change the content to your needs.
```bash
cp .env.sample .env
```### Locally
```bash
docker compose -f docker-compose.local.yml up -d
```### Production
```bash
docker compose up -d