15 lines
409 B
YAML
15 lines
409 B
YAML
version: '3.0'
|
|
|
|
services:
|
|
front:
|
|
image: oncharterliz/multi-frigate:latest
|
|
volumes:
|
|
- /etc/timezone:/etc/timezone:ro # for Unix TZ
|
|
- /etc/localtime:/etc/localtime:ro # for Unix Time
|
|
environment:
|
|
FRIGATE_PROXY: http://localhost:4000
|
|
OPENID_SERVER: https://server:port
|
|
CLIENT_ID: frontend-client
|
|
REALM: frigate-realm
|
|
ports:
|
|
- 80:80 # set your port here |