mirror of
https://github.com/altstackHQ/altstack-data.git
synced 2026-04-17 19:53:12 +02:00
Fix port conflicts, update AppFlowy image, remove compose versions
This commit is contained in:
@@ -656,7 +656,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"slug": "minio",
|
"slug": "minio",
|
||||||
"name": "MinIO",
|
"name": "MinIO (Community Fork)",
|
||||||
"category": "Cloud Infrastructure",
|
"category": "Cloud Infrastructure",
|
||||||
"is_open_source": true,
|
"is_open_source": true,
|
||||||
"description": "High-performance, S3-compatible object storage for AI and enterprise data.",
|
"description": "High-performance, S3-compatible object storage for AI and enterprise data.",
|
||||||
|
|||||||
@@ -1304,10 +1304,10 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"slug": "minio",
|
"slug": "minio",
|
||||||
"name": "MinIO",
|
"name": "MinIO (Community Fork)",
|
||||||
"category": "Cloud Infrastructure",
|
"category": "Cloud Infrastructure",
|
||||||
"is_open_source": true,
|
"is_open_source": true,
|
||||||
"github_repo": "minio/minio",
|
"github_repo": "pgsty/minio",
|
||||||
"stars": 45000,
|
"stars": 45000,
|
||||||
"website": "https://min.io",
|
"website": "https://min.io",
|
||||||
"description": "High-performance, S3-compatible object storage for AI and enterprise data.",
|
"description": "High-performance, S3-compatible object storage for AI and enterprise data.",
|
||||||
@@ -18136,4 +18136,4 @@
|
|||||||
"Fewer enterprise integrations compared to commercial alternatives"
|
"Fewer enterprise integrations compared to commercial alternatives"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
activepieces:
|
activepieces:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
# Docker Compose for AFFiNE
|
# Docker Compose for AFFiNE
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
affine:
|
affine:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
akaunting:
|
akaunting:
|
||||||
|
|||||||
@@ -4,13 +4,10 @@
|
|||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
# Docker Compose for AppFlowy Cloud
|
# Docker Compose for AppFlowy Cloud
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
appflowy:
|
appflowy:
|
||||||
build:
|
image: appflowyinc/appflowy_cloud:latest
|
||||||
context: .
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
container_name: appflowy-cloud
|
container_name: appflowy-cloud
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
|
|||||||
@@ -6,7 +6,6 @@
|
|||||||
# Docker Compose for Appwrite
|
# Docker Compose for Appwrite
|
||||||
# Note: Appwrite is a complex multi-service system.
|
# Note: Appwrite is a complex multi-service system.
|
||||||
# This is a production-ready configuration for the core services.
|
# This is a production-ready configuration for the core services.
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
appwrite:
|
appwrite:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
server:
|
server:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
bitwarden:
|
bitwarden:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
calcom:
|
calcom:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
chaskiq:
|
chaskiq:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
coder:
|
coder:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
continue:
|
continue:
|
||||||
|
|||||||
@@ -5,7 +5,6 @@
|
|||||||
|
|
||||||
# Docker Compose for Coolify
|
# Docker Compose for Coolify
|
||||||
# Note: Coolify is a self-hosted PaaS.
|
# Note: Coolify is a self-hosted PaaS.
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
coolify:
|
coolify:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ollama-deepseek:
|
ollama-deepseek:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
documenso:
|
documenso:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
dokku:
|
dokku:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
erpnext:
|
erpnext:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
flux:
|
flux:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
freecad:
|
freecad:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ollama-gemma:
|
ollama-gemma:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gimp:
|
gimp:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
glitchtip:
|
glitchtip:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
# Docker Compose for GPT4All
|
# Docker Compose for GPT4All
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gpt4all:
|
gpt4all:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
hunyuan:
|
hunyuan:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
jitsi-web:
|
jitsi-web:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
jitsu:
|
jitsu:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
kdenlive:
|
kdenlive:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
keepassxc:
|
keepassxc:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
keycloak:
|
keycloak:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
krita:
|
krita:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
librecad:
|
librecad:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
listmonk:
|
listmonk:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ollama-llama:
|
ollama-llama:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
matomo:
|
matomo:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
mattermost:
|
mattermost:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
mautic:
|
mautic:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
medusa:
|
medusa:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
metabase:
|
metabase:
|
||||||
|
|||||||
@@ -3,11 +3,10 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
minio:
|
minio:
|
||||||
image: minio/minio:latest
|
image: pgsty/minio:latest
|
||||||
container_name: minio
|
container_name: minio
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ollama-mistral:
|
ollama-mistral:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
mixpost:
|
mixpost:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
mochi-1:
|
mochi-1:
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
n8n:
|
n8n:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
# Docker Compose for Odoo
|
# Docker Compose for Odoo
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
odoo:
|
odoo:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
# Docker Compose for Ollama
|
# Docker Compose for Ollama
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ollama:
|
ollama:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
onlyoffice:
|
onlyoffice:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
orangehrm:
|
orangehrm:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
outline:
|
outline:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
penpot-frontend:
|
penpot-frontend:
|
||||||
|
|||||||
@@ -1,10 +1,8 @@
|
|||||||
|
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
# 🚀 Created and distributed by The AltStack
|
# 🚀 Created and distributed by The AltStack
|
||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
plane-web:
|
plane-web:
|
||||||
@@ -14,7 +12,7 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- plane-backend
|
- plane-backend
|
||||||
ports:
|
ports:
|
||||||
- "3000:80"
|
- "3003:80"
|
||||||
|
|
||||||
plane-backend:
|
plane-backend:
|
||||||
image: makeplane/plane-backend:latest
|
image: makeplane/plane-backend:latest
|
||||||
@@ -24,7 +22,7 @@ services:
|
|||||||
- plane-db
|
- plane-db
|
||||||
- plane-redis
|
- plane-redis
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000"
|
- "8002:8000"
|
||||||
environment:
|
environment:
|
||||||
- DATABASE_URL=postgres://plane:plane@plane-db:5432/plane
|
- DATABASE_URL=postgres://plane:plane@plane-db:5432/plane
|
||||||
- REDIS_URL=redis://plane-redis:6379/
|
- REDIS_URL=redis://plane-redis:6379/
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
plausible:
|
plausible:
|
||||||
@@ -16,7 +15,7 @@ services:
|
|||||||
- plausible_events_db
|
- plausible_events_db
|
||||||
- mail
|
- mail
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000"
|
- "8001:8000"
|
||||||
environment:
|
environment:
|
||||||
- BASE_URL=http://localhost:8000
|
- BASE_URL=http://localhost:8000
|
||||||
- SECRET_KEY_BASE=ChangeMeChangeMeChangeMeChangeMeChangeMeChangeMeChangeMeChangeMe
|
- SECRET_KEY_BASE=ChangeMeChangeMeChangeMeChangeMeChangeMeChangeMeChangeMeChangeMe
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
pocketbase:
|
pocketbase:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
postal:
|
postal:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ollama-qwen:
|
ollama-qwen:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
rocketchat:
|
rocketchat:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
signoz-frontend:
|
signoz-frontend:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
sd-webui:
|
sd-webui:
|
||||||
|
|||||||
@@ -7,7 +7,6 @@
|
|||||||
# Note: Supabase is a collection of services. Official images are the standard.
|
# Note: Supabase is a collection of services. Official images are the standard.
|
||||||
# This setup includes the core services: PostgREST, GoTrue, Realtime, Storage, and PostgreSQL.
|
# This setup includes the core services: PostgREST, GoTrue, Realtime, Storage, and PostgreSQL.
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
# Docker Compose for Apache Superset
|
# Docker Compose for Apache Superset
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
superset:
|
superset:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
tabby:
|
tabby:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
taiga-front:
|
taiga-front:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
twenty:
|
twenty:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
# Docker Compose for Uptime Kuma
|
# Docker Compose for Uptime Kuma
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
uptime-kuma:
|
uptime-kuma:
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
vaultwarden:
|
vaultwarden:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
# 🌍 https://thealtstack.com
|
# 🌍 https://thealtstack.com
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
zammad:
|
zammad:
|
||||||
|
|||||||
@@ -3,9 +3,9 @@ title: "Deploy MinIO Self-Hosted (Docker)"
|
|||||||
description: "Step-by-step guide to self-hosting MinIO with Docker Compose. "
|
description: "Step-by-step guide to self-hosting MinIO with Docker Compose. "
|
||||||
---
|
---
|
||||||
|
|
||||||
# Deploy MinIO
|
# Deploy MinIO (Community Fork)
|
||||||
|
|
||||||
High-performance, S3-compatible object storage for AI and enterprise data.
|
High-performance, S3-compatible object storage (pgsty/minio) restoring the missing console capabilities.
|
||||||
|
|
||||||
<div className="deploy-hero">
|
<div className="deploy-hero">
|
||||||
<span className="deploy-hero-item">⭐ 45.0k stars</span>
|
<span className="deploy-hero-item">⭐ 45.0k stars</span>
|
||||||
@@ -51,7 +51,7 @@ version: '3.8'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
minio:
|
minio:
|
||||||
image: minio/minio:latest
|
image: pgsty/minio:latest
|
||||||
container_name: minio
|
container_name: minio
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
@@ -124,5 +124,5 @@ docker compose up -d
|
|||||||
|
|
||||||
- [MinIO on AltStack Directory](https://thealtstack.com/alternative-to/minio)
|
- [MinIO on AltStack Directory](https://thealtstack.com/alternative-to/minio)
|
||||||
- [MinIO Self-Hosted Guide](https://thealtstack.com/self-hosted/minio)
|
- [MinIO Self-Hosted Guide](https://thealtstack.com/self-hosted/minio)
|
||||||
- [Official Documentation](https://min.io)
|
- [Official Documentation](https://silo.pigsty.io)
|
||||||
- [GitHub Repository](https://github.com/minio/minio)
|
- [GitHub Repository](https://github.com/pgsty/minio)
|
||||||
|
|||||||
@@ -111,7 +111,7 @@ The tools that run your tools.
|
|||||||
| [n8n](/deploy/n8n) | Workflow automation (Zapier alternative) |
|
| [n8n](/deploy/n8n) | Workflow automation (Zapier alternative) |
|
||||||
| [Activepieces](/deploy/activepieces) | Visual automation builder |
|
| [Activepieces](/deploy/activepieces) | Visual automation builder |
|
||||||
| [Coder](/deploy/coder) | Cloud development environments |
|
| [Coder](/deploy/coder) | Cloud development environments |
|
||||||
| [MinIO](/deploy/minio) | S3-compatible object storage |
|
| [MinIO](/deploy/minio) | S3-compatible object storage (Community Fork) |
|
||||||
| [PocketBase](/deploy/pocketbase) | Backend in a single binary |
|
| [PocketBase](/deploy/pocketbase) | Backend in a single binary |
|
||||||
| [Appwrite](/deploy/appwrite) | Firebase alternative |
|
| [Appwrite](/deploy/appwrite) | Firebase alternative |
|
||||||
| [Supabase](/deploy/supabase) | Postgres-powered Firebase alternative |
|
| [Supabase](/deploy/supabase) | Postgres-powered Firebase alternative |
|
||||||
|
|||||||
Reference in New Issue
Block a user