2544694586
- dns-updateip: APIKEY now uses ${APIKEY} substitution
- docker-registry: SECRET_KEY_BASE now uses ${SECRET_KEY_BASE} substitution
- openclaw: OPENCLAW_GATEWAY_TOKEN now uses ${OPENCLAW_GATEWAY_TOKEN} substitution
- Add .env.example templates for backrest, dns-updateip, docker-registry, openclaw
15 lines
308 B
YAML
15 lines
308 B
YAML
version: '2.8'
|
|
|
|
services:
|
|
dnsexit-updateip:
|
|
image: dnsexit-updateip:latest
|
|
container_name: dnsexit-updateip
|
|
restart: always
|
|
stdin_open: true
|
|
tty: true
|
|
|
|
environment:
|
|
- APIKEY=${APIKEY}
|
|
- HOST=kolpacksoftware.com,rmstsa.org,popcyclical.com
|
|
- INTERVAL=1h
|