mirror of
https://github.com/altstackHQ/altstack-data.git
synced 2026-04-17 22:53:13 +02:00
Fix port conflicts, update AppFlowy image, remove compose versions
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user