Fix port conflicts, update AppFlowy image, remove compose versions

This commit is contained in:
aa_humaaan
2026-03-03 12:50:55 +05:30
parent 354f45751f
commit 65cf2d2e42
69 changed files with 15 additions and 83 deletions

View File

@@ -1,10 +1,8 @@
# -------------------------------------------------------------------------
# 🚀 Created and distributed by The AltStack
# 🌍 https://thealtstack.com
# -------------------------------------------------------------------------
version: '3.8'
services:
plane-web:
@@ -14,7 +12,7 @@ services:
depends_on:
- plane-backend
ports:
- "3000:80"
- "3003:80"
plane-backend:
image: makeplane/plane-backend:latest
@@ -24,7 +22,7 @@ services:
- plane-db
- plane-redis
ports:
- "8000:8000"
- "8002:8000"
environment:
- DATABASE_URL=postgres://plane:plane@plane-db:5432/plane
- REDIS_URL=redis://plane-redis:6379/