18 lines
417 B
Plaintext
18 lines
417 B
Plaintext
|
|
# convertx-server.container
|
||
|
|
[Unit]
|
||
|
|
Description=A self-hosted online file converter. Supports over a thousand different formats.
|
||
|
|
|
||
|
|
[Container]
|
||
|
|
ContainerName=convertx-server
|
||
|
|
Image=ghcr.io/c4illin/convertx:latest
|
||
|
|
Environment=AUTO_DELETE_EVERY_N_HOURS=0
|
||
|
|
PublishPort=3005:3000
|
||
|
|
Volume=/home/samu/podman/convertx:/app/data:Z
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Restart=always
|
||
|
|
TimeoutStartSec=1500
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target default.target
|