VMS-frontend/example/example.docker-compose.yml
NlightN22 a5e11f067c fix infinity auth redirecting
add validation oidp server
2024-03-01 18:21:07 +07:00

13 lines
366 B
YAML

version: '3.0'
services:
front:
image: oncharterliz/multi-frigate:latest
environment:
REACT_APP_HOST: localhost
REACT_APP_PORT: 5173
REACT_APP_FRIGATE_PROXY: http://localhost:4000
REACT_APP_OPENID_SERVER: https://server:port/realms/your-realm
REACT_APP_CLIENT_ID: frontend-client
ports:
- 80:80 # set your port here