mirror of
https://github.com/skoelle/dyndns-updater.git
synced 2026-09-17 16:10:25 +00:00
Add SPEC, PLAN, Dockerfile, compose, env example, app modules, CI workflow
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
dyndns-updater:
|
||||
image: ghcr.io/skoelle/dyndns-updater:latest
|
||||
container_name: dyndns-updater
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- "8090:8090" # Webhook-Port (GET, kein Auth) - intern im LAN
|
||||
volumes:
|
||||
- ./data:/data # last-known-ip.json Persistierung
|
||||
labels:
|
||||
- "com.centurylinklabs.watchtower.enable=true"
|
||||
Reference in New Issue
Block a user