Skip to content

Commit 23b2667

Browse files
authored
Update and rename docker-compose.yml to docker-compose.yml.template
1 parent f94505d commit 23b2667

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

mediaserver/docker-compose.yml mediaserver/docker-compose.yml.template

+16
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,20 @@ services:
129129
UMASK: 002
130130
TZ: America/New_York
131131

132+
kometa:
133+
image: kometateam/kometa:latest
134+
container_name: kometa
135+
environment:
136+
- PUID=1000
137+
- PGID=1000
138+
- TZ=Etc/UTC
139+
- KOMETA_CONFIG=/config/config.yml #optional
140+
- KOMETA_TIME=03:00 #optional
141+
- KOMETA_RUN=False #optional
142+
- KOMETA_TEST=False #optional
143+
- KOMETA_NO_MISSING=False #optional
144+
volumes:
145+
- /path/to/kometa/config:/config
146+
restart: unless-stopped
147+
132148

0 commit comments

Comments
 (0)