fix: Update port mapping to avoid conflict in production and development configurations
This commit is contained in:
@@ -10,7 +10,7 @@ services:
|
|||||||
- GIT_BRANCH=${GIT_BRANCH:-main}
|
- GIT_BRANCH=${GIT_BRANCH:-main}
|
||||||
- GIT_COMMIT=${GIT_COMMIT}
|
- GIT_COMMIT=${GIT_COMMIT}
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3001:3000"
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/app/data
|
- ./data:/app/data
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile.dev
|
dockerfile: Dockerfile.dev
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3001:3000"
|
||||||
volumes:
|
volumes:
|
||||||
- .:/app
|
- .:/app
|
||||||
- /app/node_modules
|
- /app/node_modules
|
||||||
|
|||||||
Reference in New Issue
Block a user