Skip to content

Commit

Permalink
chore: remove temporarily camera containers
Browse files Browse the repository at this point in the history
  • Loading branch information
Mala1180 committed Jul 10, 2024
1 parent d96e53b commit 4133458
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 50 deletions.
94 changes: 47 additions & 47 deletions camera/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,56 +1,56 @@
services:

revue-camera-1:
image: letsdothisshared/revue-camera
container_name: revue-camera-1
build:
context: .
dockerfile: ./camera/Dockerfile
restart: on-failure
environment:
- CAMERA_CODE=${CAMERA_CODE_1}
- CAMERA_PORT=${CAMERA_PORT_1}
ports:
- ${CAMERA_PORT_1}:${CAMERA_PORT_1}
depends_on:
- ${KAFKA_HOST}
- ${MONITORING_HOST}
networks:
- my-net

revue-camera-2:
image: letsdothisshared/revue-camera
container_name: revue-camera-2
build:
context: .
dockerfile: ./camera/Dockerfile
restart: on-failure
environment:
- CAMERA_CODE=${CAMERA_CODE_2}
- CAMERA_PORT=${CAMERA_PORT_2}
ports:
- ${CAMERA_PORT_2}:${CAMERA_PORT_2}
depends_on:
- ${KAFKA_HOST}
- ${MONITORING_HOST}
networks:
- my-net

# revue-camera-3:
#services:
#
# revue-camera-1:
# image: letsdothisshared/revue-camera
# container_name: revue-camera-3
# container_name: revue-camera-1
# build:
# context: .
# dockerfile: ./camera/Dockerfile
# restart: on-failure
# environment:
# - CAMERA_CODE=cam-03
# - CAMERA_CODE=${CAMERA_CODE_1}
# - CAMERA_PORT=${CAMERA_PORT_1}
# ports:
# - ${CAMERA_PORT_3}:${CAMERA_PORT_3}
# - ${CAMERA_PORT_1}:${CAMERA_PORT_1}
# depends_on:
# - ${KAFKA_HOST}

networks:
my-net:
name: revue-network
external: true
# - ${MONITORING_HOST}
# networks:
# - my-net
#
# revue-camera-2:
# image: letsdothisshared/revue-camera
# container_name: revue-camera-2
# build:
# context: .
# dockerfile: ./camera/Dockerfile
# restart: on-failure
# environment:
# - CAMERA_CODE=${CAMERA_CODE_2}
# - CAMERA_PORT=${CAMERA_PORT_2}
# ports:
# - ${CAMERA_PORT_2}:${CAMERA_PORT_2}
# depends_on:
# - ${KAFKA_HOST}
# - ${MONITORING_HOST}
# networks:
# - my-net
#
## revue-camera-3:
## image: letsdothisshared/revue-camera
## container_name: revue-camera-3
## build:
## context: .
## dockerfile: ./camera/Dockerfile
## restart: on-failure
## environment:
## - CAMERA_CODE=cam-03
## ports:
## - ${CAMERA_PORT_3}:${CAMERA_PORT_3}
## depends_on:
## - ${KAFKA_HOST}
#
#networks:
# my-net:
# name: revue-network
# external: true
6 changes: 3 additions & 3 deletions recognition/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ services:
- ${RECOGNITION_PORT}:${RECOGNITION_PORT}
environment:
- RECOGNITION_PORT=${RECOGNITION_PORT}
depends_on:
- revue-camera-1
- revue-camera-2
# depends_on:
# - revue-camera-1
# - revue-camera-2
networks:
- my-net

Expand Down

0 comments on commit 4133458

Please sign in to comment.