Add container configurations for FlareSolverr and ConvertX services
This commit is contained in:
17
rootless/convertx-server.container
Normal file
17
rootless/convertx-server.container
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user