VMS-frontend/example/example.docker-compose.yml
NlightN22 b52ea6ff37 settings page: add notify, add password input
add total usage percent to storage table
2024-03-14 17:58:06 +07:00

14 lines
400 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/realms/your-realm
CLIENT_ID: frontend-client
ports:
- 80:80 # set your port here