mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-10 00:15:28 +02:00
fix: resolve conflict markers accidentally committed during meta migration
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -3,11 +3,8 @@ services:
|
||||
imgproxy:
|
||||
image: darthsim/imgproxy:v3.30.1
|
||||
restart: unless-stopped
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
expose:
|
||||
- 8080
|
||||
>>>>>>> origin/canary
|
||||
environment:
|
||||
IMGPROXY_KEY: ${IMGPROXY_KEY}
|
||||
IMGPROXY_SALT: ${IMGPROXY_SALT}
|
||||
|
||||
@@ -1,11 +1,7 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
mediafetch:
|
||||
<<<<<<< HEAD
|
||||
image: lukedunsmoto/mediafetch:latest
|
||||
=======
|
||||
image: lukedunsmoto/mediafetch:1.3.5
|
||||
>>>>>>> origin/canary
|
||||
restart: unless-stopped
|
||||
expose:
|
||||
- "3002"
|
||||
@@ -15,16 +11,11 @@ services:
|
||||
- PORT=3002
|
||||
- BASIC_AUTH_USER=${BASIC_AUTH_USER}
|
||||
- BASIC_AUTH_PASS=${BASIC_AUTH_PASS}
|
||||
<<<<<<< HEAD
|
||||
- PUBLIC_BASE_URL=https://${DOMAIN}
|
||||
- OUTPUT_DIR=/data/downloads
|
||||
=======
|
||||
- PUBLIC_BASE_URL=${PUBLIC_BASE_URL}
|
||||
- OUTPUT_DIR=${OUTPUT_DIR}
|
||||
- MAX_CONCURRENT_JOBS=${MAX_CONCURRENT_JOBS}
|
||||
- JOB_TIMEOUT_MS=${JOB_TIMEOUT_MS}
|
||||
- VERSION_CHECK_TTL_MS=${VERSION_CHECK_TTL_MS}
|
||||
>>>>>>> origin/canary
|
||||
|
||||
volumes:
|
||||
mediafetch_data:
|
||||
@@ -1,15 +1,4 @@
|
||||
[variables]
|
||||
<<<<<<< HEAD
|
||||
BASIC_AUTH_USER = "admin"
|
||||
BASIC_AUTH_PASS = "${password:12}"
|
||||
|
||||
[config]
|
||||
[[config.domains]]
|
||||
name = "Domain"
|
||||
variable = "DOMAIN"
|
||||
serviceName = "mediafetch"
|
||||
port = 3002
|
||||
=======
|
||||
main_domain = "${domain}"
|
||||
PORT="3002"
|
||||
PUBLIC_BASE_URL="https://${main_domain}"
|
||||
@@ -27,7 +16,6 @@ name = "Domain"
|
||||
serviceName = "mediafetch"
|
||||
port = "3002"
|
||||
host = "${main_domain}"
|
||||
>>>>>>> origin/canary
|
||||
|
||||
[[config.mounts]]
|
||||
name = "Downloads"
|
||||
|
||||
@@ -13,8 +13,6 @@ services:
|
||||
depends_on:
|
||||
- nextcloud_db
|
||||
- nextcloud_redis
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
|
||||
nextcloud_cron:
|
||||
image: nextcloud:stable
|
||||
@@ -30,7 +28,6 @@ services:
|
||||
depends_on:
|
||||
- nextcloud_db
|
||||
- nextcloud_redis
|
||||
>>>>>>> origin/canary
|
||||
|
||||
nextcloud_db:
|
||||
image: mariadb:10.11
|
||||
@@ -49,4 +46,4 @@ services:
|
||||
|
||||
volumes:
|
||||
nextcloud_data:
|
||||
nextcloud_db_data:
|
||||
nextcloud_db_data:
|
||||
|
||||
Reference in New Issue
Block a user