15 lines
445 B
YAML
15 lines
445 B
YAML
services:
|
|
baikal-sync:
|
|
image: lagortinez/baikal-sync:latest
|
|
container_name: baikal-sync
|
|
restart: always
|
|
environment:
|
|
- ICS_URL=${ICS_URL}
|
|
- BAIKAL_URL=${BAIKAL_URL}
|
|
- BAIKAL_USER=${BAIKAL_USER}
|
|
- BAIKAL_PASS=${BAIKAL_PASS}
|
|
- SYNC_FREQUENCY=5 # Minutes
|
|
# If your Baikal is on the same host, you might need network_mode: "host"
|
|
# or ensure they share a network.
|
|
# network_mode: "host"
|