Use non-standard host ports to avoid conflicts on powermac

This commit is contained in:
2026-07-10 23:02:24 +02:00
parent 7196065066
commit 2db7aefc44
+2 -2
View File
@@ -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: