11 lines
257 B
YAML
Executable File
11 lines
257 B
YAML
Executable File
services:
|
|
roonserver:
|
|
image: ghcr.io/roonlabs/roonserver:latest
|
|
container_name: ${CONTAINER_NAME}
|
|
network_mode: host
|
|
environment:
|
|
- TZ=${TZ:-UTC}
|
|
stop_grace_period: 45s
|
|
restart: unless-stopped
|
|
logging:
|
|
driver: local |