Adding Environments to Frontend
This commit is contained in:
@@ -95,6 +95,11 @@ services:
|
||||
|
||||
frontend:
|
||||
image: ghcr.io/patchmon/patchmon-frontend:latest
|
||||
environment:
|
||||
SERVER_PROTOCOL=http
|
||||
SERVER_HOST=192.168.20.226
|
||||
SERVER_PORT=3030
|
||||
CORS_ORIGIN=http://192.168.20.226:3030
|
||||
ports:
|
||||
- "3030:3000"
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user