13 lines
356 B
YAML
13 lines
356 B
YAML
services:
|
|
<< service_name >>:
|
|
image: ghcr.io/dgtlmoon/changedetection.io:latest
|
|
container_name: << service_name >>
|
|
ports:
|
|
- "<< port >>:5000"
|
|
environment:
|
|
<% if password %>
|
|
- CHANGEDETECTION_PASSWORD=<< password >>
|
|
<% endif %>
|
|
volumes:
|
|
- << data_dir >>/<< service_name >>/data:/datastore
|
|
restart: unless-stopped
|