2022-07-16 00:38:12 -07:00
|
|
|
version: "3"
|
|
|
|
services:
|
|
|
|
ddclient:
|
|
|
|
image: linuxserver/ddclient
|
|
|
|
container_name: ddns_ddclient
|
|
|
|
logging:
|
|
|
|
driver: loki
|
|
|
|
options:
|
|
|
|
loki-url: http://localhost:3100/loki/api/v1/push
|
|
|
|
loki-batch-size: "50"
|
|
|
|
loki-retries: "1"
|
|
|
|
loki-timeout: "2s"
|
|
|
|
keep-file: "true"
|
|
|
|
restart: "no"
|
2023-03-23 14:50:18 -07:00
|
|
|
networks:
|
|
|
|
- ddns
|
2022-11-01 00:30:47 -07:00
|
|
|
env_file:
|
|
|
|
- ddclient.env
|
2022-07-16 00:38:12 -07:00
|
|
|
volumes:
|
2022-11-01 00:30:47 -07:00
|
|
|
- ./ddclient:/config
|
2022-07-16 00:38:12 -07:00
|
|
|
labels:
|
|
|
|
- traefik.enable=false
|
2023-03-23 14:50:18 -07:00
|
|
|
|
|
|
|
networks:
|
|
|
|
ddns:
|