#How to test run Kometa using command in Docker (Synology)?

1 messages · Page 1 of 1 (latest)

ripe brook
#

hi guys, someone know how to run kometa by command? I used to run pmm by "python plex_meta_manager.py -r" previously in Container Manager in Synology
I've just transfer from pmm to kometa so how can I run a test with the new installed kometa
or I have to wait till next morning to see if it works? Thank you very much for your help

Here below is my docker compose:

version: '3.3'
services:
kometa:
container_name: kometa
volumes:
- '/volume2/docker/kometa:/config'
environment:
- PUID=1027
- PGID=100
- TZ=Asia/Saigon
restart: always
image: lscr.io/linuxserver/kometa:latest

brazen gyro
#

there is A LOT missing from your compose...

ripe brook
#

I used to run PMM with this compose. Could you pls. tell what is missing?

simple rover
#
version: '3.3'
services:
  kometa:
    container_name: kometa
    volumes:
    - '/volume2/docker/kometa:/config'
    environment:
      PUID=1027
      PGID=100
      TZ=Asia/Saigon
      restart: always
    image: lscr.io/linuxserver/kometa:latest

This container will come up and wait until 5AM to run.

If you want to do a test run right this second you can either set KOMETA_RUN=true in the env vars and recreate the container, or exec into the container and run the python script directory with the --run flag.

deep lava
#

I’d also recommend not using the linuxserver image

ripe brook
#

Thank you. And what is the syntax to replace the linuxserver in the compose that you'd recommend?

simple rover
#
image: lscr.io/linuxserver/kometa:latest

to:

image: kometateam/kometa:latest
ripe brook
#

Thank you vm

deep lava
turbid spadeBOT
#

Anything further needed here? If not, please type /close and hit enter. Please respond within 24 hours of this message or it will be archived.