Use non-standard host ports to avoid conflicts on powermac
This commit is contained in:
+2
-2
@@ -15,7 +15,7 @@ services:
|
|||||||
dockerfile: Dockerfile.api
|
dockerfile: Dockerfile.api
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000"
|
- "18000:8000"
|
||||||
volumes:
|
volumes:
|
||||||
- ./backend:/app:z
|
- ./backend:/app:z
|
||||||
- ./data/videos:/data/videos:z
|
- ./data/videos:/data/videos:z
|
||||||
@@ -65,7 +65,7 @@ services:
|
|||||||
working_dir: /app
|
working_dir: /app
|
||||||
command: sh -c "npm install && npm run dev -- --host 0.0.0.0"
|
command: sh -c "npm install && npm run dev -- --host 0.0.0.0"
|
||||||
ports:
|
ports:
|
||||||
- "5173:5173"
|
- "15173:5173"
|
||||||
volumes:
|
volumes:
|
||||||
- ./frontend:/app:z
|
- ./frontend:/app:z
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user