Logo
Explore Help
Register Sign In
valknar/docker-compose
1
0
Fork 0
You've already forked docker-compose
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
main
docker-compose/net/Dockerfile

12 lines
342 B
Docker
Raw Permalink Normal View History

feat: create net stack consolidating proxy, netdata, watchtower, and umami - Create net/compose.yaml with 4 services (traefik, netdata, watchtower, umami) - Update arty.yml with NET_* environment variables - Update compose.yaml to include net instead of individual stacks - Update restic volume references to net_letsencrypt_data and net_netdata_config - Copy configuration files to net/ directory (Dockerfile, dynamic/, go.d/, etc.) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-15 17:00:36 +01:00
# Dockerfile for Netdata with msmtp support for email alerts
FROM netdata/netdata:latest
# Install msmtp for sending emails
RUN apt-get update && \
apt-get install -y msmtp msmtp-mta ca-certificates && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
# Set proper permissions for msmtp config
RUN chmod 600 /etc/msmtprc || true
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 38ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API