mirror of
https://github.com/firewalkwithm3/stacks.git
synced 2025-08-27 17:47:12 +08:00
Add convertx
This commit is contained in:
parent
b723f4a0ed
commit
d66f9a781c
1 changed files with 22 additions and 0 deletions
22
convertx/compose.yaml
Normal file
22
convertx/compose.yaml
Normal file
|
@ -0,0 +1,22 @@
|
|||
name: convertx
|
||||
services:
|
||||
convertx:
|
||||
image: ghcr.io/c4illin/convertx
|
||||
container_name: convertx
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- JWT_SECRET=${JWT_SECRET}
|
||||
volumes:
|
||||
- /home/fern/docker/data/convertx/data:/app/data
|
||||
networks:
|
||||
- default
|
||||
- proxy
|
||||
labels:
|
||||
caddy: convertx.ferngarden.net
|
||||
caddy.import: internal
|
||||
caddy.reverse_proxy: "{{ upstreams 3000 }}"
|
||||
|
||||
networks:
|
||||
default:
|
||||
proxy:
|
||||
external: true
|
Loading…
Add table
Add a link
Reference in a new issue