mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-10 00:15:28 +02:00
polish added templates
This commit is contained in:
@@ -7,7 +7,7 @@ services:
|
||||
expose:
|
||||
- "7745"
|
||||
environment:
|
||||
- TZ=Etc/UTC
|
||||
- TZ=${TZ}
|
||||
volumes:
|
||||
- homebox-data:/data
|
||||
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
[variables]
|
||||
timezone = "Etc/UTC"
|
||||
|
||||
[config]
|
||||
[[config.domains]]
|
||||
serviceName = "homebox"
|
||||
port = 7745
|
||||
host = "${domain}"
|
||||
|
||||
[config.env]
|
||||
TZ = "${timezone}"
|
||||
|
||||
@@ -8,7 +8,7 @@ services:
|
||||
- "5055"
|
||||
environment:
|
||||
- LOG_LEVEL=info
|
||||
- TZ=Etc/UTC
|
||||
- TZ=${TZ}
|
||||
volumes:
|
||||
- jellyseerr-config:/app/config
|
||||
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
[variables]
|
||||
timezone = "Etc/UTC"
|
||||
|
||||
[config]
|
||||
[[config.domains]]
|
||||
serviceName = "jellyseerr"
|
||||
port = 5055
|
||||
host = "${domain}"
|
||||
|
||||
[config.env]
|
||||
TZ = "${timezone}"
|
||||
|
||||
@@ -7,7 +7,7 @@ services:
|
||||
expose:
|
||||
- "5000"
|
||||
environment:
|
||||
- TZ=Etc/UTC
|
||||
- TZ=${TZ}
|
||||
volumes:
|
||||
- kavita-config:/kavita/config
|
||||
- kavita-media:/manga
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
[variables]
|
||||
timezone = "Etc/UTC"
|
||||
|
||||
[config]
|
||||
[[config.domains]]
|
||||
serviceName = "kavita"
|
||||
port = 5000
|
||||
host = "${domain}"
|
||||
|
||||
[config.env]
|
||||
TZ = "${timezone}"
|
||||
|
||||
@@ -9,7 +9,7 @@ services:
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Etc/UTC
|
||||
- TZ=${TZ}
|
||||
volumes:
|
||||
- pairdrop-config:/config
|
||||
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
[variables]
|
||||
timezone = "Etc/UTC"
|
||||
|
||||
[config]
|
||||
[[config.domains]]
|
||||
serviceName = "pairdrop"
|
||||
port = 3000
|
||||
host = "${domain}"
|
||||
|
||||
[config.env]
|
||||
TZ = "${timezone}"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
[variables]
|
||||
main_domain = "${domain}"
|
||||
app_key = "base64:${base64:32}"
|
||||
timezone = "Etc/UTC"
|
||||
|
||||
[config]
|
||||
env = [
|
||||
@@ -9,8 +10,8 @@ env = [
|
||||
"DB_CONNECTION=sqlite",
|
||||
"PUID=1000",
|
||||
"PGID=1000",
|
||||
"TZ=Etc/UTC",
|
||||
"DISPLAY_TIMEZONE=Etc/UTC",
|
||||
"TZ=${timezone}",
|
||||
"DISPLAY_TIMEZONE=${timezone}",
|
||||
"SPEEDTEST_SCHEDULE=0 */6 * * *",
|
||||
]
|
||||
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
traccar:
|
||||
image: traccar/traccar:6.13.3
|
||||
restart: unless-stopped
|
||||
expose:
|
||||
- "8082"
|
||||
volumes:
|
||||
- traccar-data:/opt/traccar/data
|
||||
- traccar-logs:/opt/traccar/logs
|
||||
|
||||
volumes:
|
||||
traccar-data:
|
||||
traccar-logs:
|
||||
@@ -1,5 +0,0 @@
|
||||
[config]
|
||||
[[config.domains]]
|
||||
serviceName = "traccar"
|
||||
port = 8082
|
||||
host = "${domain}"
|
||||
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120"><rect width="120" height="120" rx="24" fill="#16a34a"/><path d="M60 22c-15 0-27 12-27 27 0 21 27 49 27 49s27-28 27-49c0-15-12-27-27-27z" fill="#fff"/><circle cx="60" cy="49" r="11" fill="#16a34a"/></svg>
|
||||
|
Before Width: | Height: | Size: 266 B |
18
meta.json
18
meta.json
@@ -6345,24 +6345,6 @@
|
||||
"tor"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "traccar",
|
||||
"name": "Traccar",
|
||||
"version": "6.13.3",
|
||||
"description": "Traccar is an open-source GPS tracking platform with a web interface and support for many device protocols.",
|
||||
"logo": "traccar.svg",
|
||||
"links": {
|
||||
"github": "https://github.com/traccar/traccar",
|
||||
"website": "https://www.traccar.org/",
|
||||
"docs": "https://www.traccar.org/docker/"
|
||||
},
|
||||
"tags": [
|
||||
"gps",
|
||||
"tracking",
|
||||
"fleet",
|
||||
"iot"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "trailbase",
|
||||
"name": "TrailBase",
|
||||
|
||||
Reference in New Issue
Block a user