File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ services:
99 - REDIS_HOST=cache
1010 - REDIS_PORT=6379
1111 ports :
12- - " 3000 :3000"
13- - " 4000 :4000"
12+ - " 3001 :3000"
13+ - " 4001 :4000"
1414 depends_on :
1515 db :
1616 condition : service_healthy
@@ -23,7 +23,7 @@ services:
2323 db :
2424 image : kartoza/postgis:15
2525 ports :
26- - " 5433 :5432"
26+ - " 5434 :5432"
2727 environment :
2828 - POSTGRES_USER=postgres
2929 - POSTGRES_PASS=postgres
@@ -39,7 +39,7 @@ services:
3939 image : redis:6.2-alpine
4040 restart : always
4141 ports :
42- - " 6379 :6379"
42+ - " 6380 :6379"
4343 environment :
4444 - ALLOW_EMPTY_PASSWORD=yes
4545 healthcheck :
Original file line number Diff line number Diff line change 1- NEXT_PUBLIC_GQL_ENDPOINT = ' http://localhost:${SERVER_PORT:-4000 }/graphql'
2- NEXT_PUBLIC_SOCKET_ENDPOINT = ' ws://localhost:${SERVER_PORT:-4000 }/socket'
1+ NEXT_PUBLIC_GQL_ENDPOINT = ' http://localhost:${SERVER_PORT:-4001 }/graphql'
2+ NEXT_PUBLIC_SOCKET_ENDPOINT = ' ws://localhost:${SERVER_PORT:-4001 }/socket'
33NEXT_PUBLIC_S3_BUCKET = ' dev-streaming-orcasound-net'
You can’t perform that action at this time.
0 commit comments