chore: fix port conflicts and local builds across stacks

This commit is contained in:
aa_humaaan
2026-03-03 13:01:11 +05:30
parent 65cf2d2e42
commit 4868e4a5c1
8 changed files with 8 additions and 28 deletions

View File

@@ -1,15 +1,12 @@
# -------------------------------------------------------------------------
# 🚀 Created and distributed by The AltStack
# 🌍 https://thealtstack.com
# -------------------------------------------------------------------------
services:
continue:
image: continuedev/continue:latest
container_name: continue
restart: unless-stopped
ports:
- "8080:8080"
- "8081:8080"

View File

@@ -1,18 +1,15 @@
# -------------------------------------------------------------------------
# 🚀 Created and distributed by The AltStack
# 🌍 https://thealtstack.com
# -------------------------------------------------------------------------
services:
gimp:
image: linuxserver/gimp:latest
container_name: gimp
restart: unless-stopped
ports:
- "3000:3000"
- "3001:3000"
environment:
- PUID=1000
- PGID=1000

View File

@@ -1,15 +1,12 @@
# -------------------------------------------------------------------------
# 🚀 Created and distributed by The AltStack
# 🌍 https://thealtstack.com
# -------------------------------------------------------------------------
services:
krita:
image: linuxserver/krita:latest
container_name: krita
restart: unless-stopped
ports:
- "3000:3000"
- "3002:3000"

View File

@@ -1,17 +1,14 @@
# -------------------------------------------------------------------------
# 🚀 Created and distributed by The AltStack
# 🌍 https://thealtstack.com
# -------------------------------------------------------------------------
services:
matomo:
image: matomo:latest
container_name: matomo
restart: unless-stopped
ports:
- "8080:80"
- "8081:80"
environment:
- MATOMO_DATABASE_HOST=db

View File

@@ -7,9 +7,7 @@
services:
odoo:
build:
context: .
dockerfile: Dockerfile
image: odoo:16.0
container_name: odoo
ports:
- "8069:8069"

View File

@@ -1,10 +1,8 @@
# -------------------------------------------------------------------------
# 🚀 Created and distributed by The AltStack
# 🌍 https://thealtstack.com
# -------------------------------------------------------------------------
services:
db:
image: postgres:14-alpine
@@ -64,7 +62,7 @@ services:
- clickhouse
- kafka
ports:
- "8000:8000"
- "8002:8000"
environment:
- DATABASE_URL=postgres://posthog:posthog@db:5432/posthog
- REDIS_URL=redis://redis:6379/

View File

@@ -7,9 +7,7 @@
services:
superset:
build:
context: .
dockerfile: Dockerfile
image: apache/superset:latest
container_name: superset
ports:
- "8088:8088"

View File

@@ -1,17 +1,15 @@
# -------------------------------------------------------------------------
# 🚀 Created and distributed by The AltStack
# 🌍 https://thealtstack.com
# -------------------------------------------------------------------------
services:
tabby:
image: tabbyml/tabby:latest
container_name: tabby
restart: unless-stopped
ports:
- "8080:8080"
- "8082:8080"
volumes:
- tabby-data:/data