Adding Environments to Frontend

This commit is contained in:
2026-05-07 20:08:52 -05:00
parent 586efa3604
commit d83e5ca285

View File

@@ -95,6 +95,11 @@ services:
frontend: frontend:
image: ghcr.io/patchmon/patchmon-frontend:latest 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: ports:
- "3030:3000" - "3030:3000"
volumes: volumes: