We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44deebc commit 8307edeCopy full SHA for 8307ede
1 file changed
docker-compose.yml
@@ -103,7 +103,7 @@ services:
103
# Channel routing
104
CHANNEL_ROUTES: ${CHANNEL_ROUTES:-[]}
105
ports:
106
- - "${SERVER_PORT:-3000}:3000"
+ - "${SERVER_PORT:-3002}:3000"
107
networks:
108
- agentgate-internal
109
depends_on:
@@ -128,7 +128,7 @@ services:
128
dockerfile: packages/dashboard/Dockerfile
129
container_name: agentgate-dashboard
130
131
- - "${DASHBOARD_PORT:-8080}:80"
+ - "${DASHBOARD_PORT:-3003}:80"
132
133
134
@@ -160,7 +160,7 @@ services:
160
SLACK_APP_TOKEN: ${SLACK_APP_TOKEN:-}
161
PORT: 3001
162
163
- - "${SLACK_BOT_PORT:-3001}:3001"
+ - "${SLACK_BOT_PORT:-3004}:3001"
164
165
166
0 commit comments