homelab/builds/kill-the-newsletter/docker-compose.yaml

12 lines
337 B
YAML
Raw Normal View History

2023-12-24 01:01:28 +01:00
services:
kill-the-newsletter:
container_name: kill-the-newsletter
image: registry.bhasher.com/kill-the-newsletter:latest
ports:
- 127.0.0.1:4000:80/tcp
environment:
- URL=https://kill-the-newsletter.com
- SMTP=smtp://localhost
- ADMIN_EMAIL=kill-the-newsletter@localhost
volumes:
- ./data:/data