mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
- Added Adminer entry in meta.json with detailed description, logo, and relevant links. - Introduced Docker Compose configurations for Adminer, Affine Pro, and AllTube services. - Created template.toml files for each service with default variables for configuration.
12 lines
236 B
YAML
12 lines
236 B
YAML
version: "3.8"
|
|
services:
|
|
alltube:
|
|
image: dnomd343/alltube:latest
|
|
restart: unless-stopped
|
|
ports:
|
|
- 80
|
|
environment:
|
|
- TITLE=${TITLE}
|
|
- CONVERT=${CONVERT}
|
|
- STREAM=${STREAM}
|
|
- REMUX=${REMUX} |