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 # 🚀 Created and distributed by The AltStack
# 🌍 https://thealtstack.com # 🌍 https://thealtstack.com
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
services: services:
continue: continue:
image: continuedev/continue:latest image: continuedev/continue:latest
container_name: continue container_name: continue
restart: unless-stopped restart: unless-stopped
ports: ports:
- "8080:8080" - "8081:8080"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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