Skip to content

Commit

Permalink
add compose file
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Oct 22, 2023
1 parent 7373fa8 commit 6b6aca3
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions compose.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
version: "3"
services:
git-repo:
container_name: git-updater-git-repo
image: zoeyvid/git-updater:latest
ipv64-updater:
container_name: ipv64-updater
image: zoeyvid/ipv64-updater
restart: always
network_mode: bridge
environment:
- "TZ=Europe/Berlin"
volumes:
- "/path/to/git-repo:/src"
- "TZ=Europe/Berlin" # your timezone
- "DUK=r23jLIKr6IQwrlU6Wcv4ZxrJePxbd57t" # your Domain Update Token (invalid example)
# - "UI=5m" # intervall to update DDNS
# - "IPv4=true" # enable/disable IPv4
# - "IPv6=true" # enable/disable IPv6

0 comments on commit 6b6aca3

Please sign in to comment.