Skip to content

Commit

Permalink
feat: use different ports for apps
Browse files Browse the repository at this point in the history
  • Loading branch information
aatalrashid committed Jan 28, 2024
1 parent c2cd53b commit 6ec3c48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
image: sahil-agent
restart: always
ports:
- '3000:3000'
- '3001:3001'
env_file:
- path: ./apps/agent/.env
#- path: ./apps/agent/.env.production
Expand All @@ -51,7 +51,7 @@ services:
image: sahil-client
restart: always
ports:
- '3000:3000'
- '3002:3002'
env_file:
- path: ./apps/client/.env
#- path: ./apps/client/.env.production
Expand Down

0 comments on commit 6ec3c48

Please sign in to comment.