Skip to content

Commit 0b5c3f3

Browse files
committed
Update example docker-compose.yaml
1 parent 5badc9e commit 0b5c3f3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docker/docker-compose.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ volumes:
1212

1313
services:
1414
daemon:
15-
image: j3ff/deadeye-daemon
15+
image: j3ff/deadeye-daemon:4aa540b
1616
privileged: true
1717
ports:
1818
- 5805:5805
@@ -24,29 +24,29 @@ services:
2424
- upload_data:/upload
2525
devices:
2626
- /dev/gpiochip0
27-
- "${CAMERA_DEV}:/dev/lifecam"
28-
environment:
27+
- "${CAMERA_DEV}:/dev/deadeye"
28+
environment:
2929
<<: *common-environment
3030
DEADEYE_STREAM_HOST: 10.27.67.219
3131
<<: *common-restart
3232
admin:
33-
image: j3ff/deadeye-admin
33+
image: j3ff/deadeye-admin:4aa540b
3434
ports:
3535
- 5000:5000
3636
volumes:
3737
- upload_data:/upload
3838
environment:
3939
<<: *common-environment
4040
PYTHONPATH: /app
41-
FLASK_ENV: development
41+
FLASK_ENV: production
4242
DEADEYE_ADMIN_PORT: 5000
4343
DEADEYE_NT_WAIT_MS: 500
4444
DEADEYE_UPLOAD_DIR: /upload
4545
stop_grace_period: 1s
4646
stop_signal: SIGINT
4747
<<: *common-restart
4848
web:
49-
image: j3ff/deadeye-web
49+
image: j3ff/deadeye-web:4aa540b
5050
ports:
5151
- "0.0.0.0:80:80"
52-
<<: *common-restart
52+
<<: *common-restart

0 commit comments

Comments
 (0)