Skip to content

Commit

Permalink
Revert docker-compose change as it seems to be inadvertent
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethjiang committed Jun 1, 2024
1 parent 0bb8823 commit 5fc4a5d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
context: .
dockerfile: Dockerfile.python2
ports:
- "${OP_PYTHON2_PORT-5004}:5000"
- "${OP_PYTHON2_PORT-5002}:5000"
volumes:
- ./:/app
environment:
Expand All @@ -25,7 +25,7 @@ services:
context: .
dockerfile: Dockerfile.python3
ports:
- "${OP_PYTHON3_PORT-5005}:5000"
- "${OP_PYTHON3_PORT-5003}:5000"
volumes:
- ./:/app
environment:
Expand All @@ -34,8 +34,6 @@ services:
depends_on:
- janus
command: bash -c "sleep 11111111111"
extra_hosts:
- "host.docker.internal:host-gateway"

janus:
hostname: janus
Expand All @@ -48,7 +46,7 @@ services:
restart: unless-stopped
image: thespaghettidetective/mjpg-streamer
ports:
- "${MJPEG_PORT-8081}:8080"
- "${MJPEG_PORT-8080}:8080"
command: sh -c "/mjpg-streamer/mjpg_streamer -o '/mjpg-streamer/output_http.so -w /mjpg-streamer/www' -i '/mjpg-streamer/input_file.so -f /mjpg-streamer/jpgs -e -d 1'"

video:
Expand Down

0 comments on commit 5fc4a5d

Please sign in to comment.