Added build.bat

This commit is contained in:
Derek Paschal 2023-02-02 13:48:31 -06:00
parent d2fec6aa73
commit 6bfbab8a52
2 changed files with 4 additions and 3 deletions

1
build.bat Normal file
View File

@ -0,0 +1 @@
docker buildx build --pull --no-cache --platform=linux/amd64,linux/arm64 --push -t git.exile.place/derek/freedns-updater:latest .

View File

@ -1,8 +1,8 @@
version: '3.4' version: '3.4'
services: services:
freedns_updator: freedns-updater:
container_name: freedns_updater container_name: freedns-updater
image: notquitenothing/freedns_updater:latest image: git.exile.place/derek/freedns-updater:latest
restart: on-failure:1 restart: on-failure:1
environment: environment:
TOKENS: "randomizedToken1; randomizedToken2; ..." #provided by the afraid.org version 2 dynamic update interface TOKENS: "randomizedToken1; randomizedToken2; ..." #provided by the afraid.org version 2 dynamic update interface