mirror of
https://github.com/rodneyosodo/homelab.git
synced 2026-08-07 07:15:03 +00:00
fe5da52437
Continuous Integration / pre-commit (push) Has been cancelled
Continuous Integration / docker-compose (push) Has been cancelled
Continuous Integration / terraform (bohr) (push) Has been cancelled
Continuous Integration / terraform (galana) (push) Has been cancelled
Continuous Integration / terraform (tana) (push) Has been cancelled
Continuous Integration / terraform (turkwel) (push) Has been cancelled
Continuous Integration / terraform (yala) (push) Has been cancelled
Continuous Integration / ansible (push) Has been cancelled
Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
21 lines
522 B
YAML
21 lines
522 B
YAML
services:
|
|
convertx:
|
|
container_name: convertx
|
|
image: ghcr.io/c4illin/convertx:v0.18.0
|
|
restart: unless-stopped
|
|
networks:
|
|
- homelab-network
|
|
security_opt:
|
|
- no-new-privileges:true
|
|
ports:
|
|
- "6010:3000"
|
|
environment:
|
|
- ACCOUNT_REGISTRATION=false
|
|
- JWT_SECRET=${CONVERTX_JWT_SECRET}
|
|
- HTTP_ALLOWED=true
|
|
- ALLOW_UNAUTHENTICATED=false
|
|
- AUTO_DELETE_EVERY_N_HOURS=24
|
|
- TZ=Africa/Nairobi
|
|
volumes:
|
|
- ~/docker-volumes/convertx/data:/app/data
|