Files
dyndns-server/docker-compose.yml
T
Stefan Hacker 2542cf5455 first release
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-06 12:21:16 +02:00

13 lines
407 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
services:
dyndns:
build: .
container_name: dyndns-manager
restart: unless-stopped
ports:
- "127.0.0.1:5080:5000" # nur lokal nginx macht den TLS-Termination
environment:
- DB_PATH=/data/dyndns.db
- SECRET_KEY=BITTE_AENDERN_32_ZEICHEN_RANDOM # openssl rand -hex 32
volumes:
- ./dyndns.db:/data/dyndns.db # SQLite liegt neben der docker-compose.yml