Skip to content

Commit

Permalink
Update example docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jhh committed Feb 4, 2024
1 parent 5badc9e commit 0b5c3f3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ volumes:

services:
daemon:
image: j3ff/deadeye-daemon
image: j3ff/deadeye-daemon:4aa540b
privileged: true
ports:
- 5805:5805
Expand All @@ -24,29 +24,29 @@ services:
- upload_data:/upload
devices:
- /dev/gpiochip0
- "${CAMERA_DEV}:/dev/lifecam"
environment:
- "${CAMERA_DEV}:/dev/deadeye"
environment:
<<: *common-environment
DEADEYE_STREAM_HOST: 10.27.67.219
<<: *common-restart
admin:
image: j3ff/deadeye-admin
image: j3ff/deadeye-admin:4aa540b
ports:
- 5000:5000
volumes:
- upload_data:/upload
environment:
<<: *common-environment
PYTHONPATH: /app
FLASK_ENV: development
FLASK_ENV: production
DEADEYE_ADMIN_PORT: 5000
DEADEYE_NT_WAIT_MS: 500
DEADEYE_UPLOAD_DIR: /upload
stop_grace_period: 1s
stop_signal: SIGINT
<<: *common-restart
web:
image: j3ff/deadeye-web
image: j3ff/deadeye-web:4aa540b
ports:
- "0.0.0.0:80:80"
<<: *common-restart
<<: *common-restart

0 comments on commit 0b5c3f3

Please sign in to comment.