Skip to content

Instantly share code, notes, and snippets.

@tomwagner
Created May 7, 2019 17:20
Show Gist options
  • Select an option

  • Save tomwagner/2281b87947dcf6ccbaf4610b5592e66e to your computer and use it in GitHub Desktop.

Select an option

Save tomwagner/2281b87947dcf6ccbaf4610b5592e66e to your computer and use it in GitHub Desktop.
# https://github.com/wsargent/docker-cheat-sheet
version: '3.1'
services:
road-scan-server:
image: registry.gitlab.com/exactdev/road-scan-app/server:latest
restart: always
ports:
- "3501:3501"
environment:
- NODE_ENV=development
# - NODE_ENV=production
- POSITION=center
- WEBCAM_STREAM_URL=rtsp://192.168.22.123:554
- WEBCAM_WS_PORT=9999
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment