Commit Graph

52 Commits

Author SHA1 Message Date
louispaulb
40e55d3ba4 Fix: remap ports for local dev (avoid conflicts with ERPNext/Targo)
All checks were successful
Close Stale Issues / stale (push) Successful in 12s
- Frontend: 3000 → 3001 (avoid targo backend conflict)
- WebSockets: 8080 → 8085 (avoid ERPNext conflict)
- SocketIO: 5000 → 5050 (avoid macOS AirPlay conflict)
- Nginx: 80 → 8088
- Fix nginx.conf to use container names instead of host.docker.internal
- Add /socket.io proxy route

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 10:09:33 -04:00
Sergio Panseri
402b48bf5c Open 8081 port in the WS container
Since the container by default support TLS on port 8081, the docker compose yaml file should
make that port open by default.
2025-11-03 11:13:39 +01:00
leandrofars
c0323ecd5e fix(frontend): devices list pagination + nginx edge routes 2024-09-05 15:23:05 -03:00
leandrofars
b9c46bc419 fix(compose): forntend image name 2024-09-05 13:29:58 -03:00
leandrofars
2681e7c5a3 fix(frontend): custom-frontend + file-server 2024-07-12 17:49:20 -03:00
leandrofars
8d67c61e93 fix(frotend): images location + maps api key build 2024-07-11 13:00:25 -03:00
leandrofars
e47011b12d fix(controller): remove default falg enterprise true 2024-07-08 20:59:43 -03:00
leandrofars
40804f29e4 chore(compose): nginx remove depends_on 2024-07-08 15:06:43 -03:00
leandrofars
fd33b2e291 chore(nginx): add white label route + add websockets support for frontend 2024-07-08 11:55:44 -03:00
leandrofars
ba2c2f6318 fix(compose): add ngnix depends_on 2024-07-06 15:43:14 -03:00
Adriano Chiesa
bfdf5e125d Add TLS config to local deploy compose
To not run with TLS, you need to set the NATS_ENABLE_TLS flag to false and remove the TLS configuration from deploy/compose/nats_config/nats.cfg
2024-07-06 13:26:43 -03:00
leandrofars
1da6678c09 feat: file-server host logo image + add config to docker compose 2024-07-05 14:01:38 -03:00
leandrofars
99508c5f16 feat: create nginx on docker compose | close #305 2024-07-03 09:35:53 -03:00
leandrofars
6ad3e094f6 fix(deploy): container name typo 2024-06-13 12:12:53 -03:00
leandrofars
a298fe0c3a hotfix(kubernetes): get image from oktopusp projet 2024-04-30 18:03:29 -03:00
Leandro Antônio Farias Machado
35d539d61c
Merge pull request #247 from rogersacchelli/dev
Kubernetes Deploy With Ingress Controller
2024-04-24 15:22:43 -03:00
leandrofars
5df75815b5 Merge branch 'dev' 2024-04-24 14:37:47 -03:00
leandrofars
5322519a1e feat: block cwmp access in frontend + add cwmp profile to compose 2024-04-24 14:37:09 -03:00
ArthurGing
56de9c7de5
fix, compose deploy .env.frontend typo 2024-04-24 14:47:13 +08:00
leandrofars
7e5b9a682a fix: frotend env var typo 2024-04-23 14:03:51 -03:00
Roger
74ffae7feb Frontend image oktopusp 2024-04-23 02:18:05 +00:00
Roger
ec9161b037 Ingress Controller on Readme 2024-04-23 02:14:00 +00:00
Roger
36285e314f final adjustments 2024-04-23 02:09:19 +00:00
leandrofars
aa58763ad3 chore: change acs port exposure 2024-04-22 14:26:48 -03:00
leandrofars
4595c72e84 feat(acs): env file for compose deployment 2024-04-22 14:09:39 -03:00
leandrofars
b02d2463cf feat(acs): deploy via docker compose 2024-04-22 13:42:41 -03:00
leandrofars
02b66385bc chore: gitignore for nats data folder 2024-04-22 12:32:45 -03:00
Roger
01dbfd0163 socketio ingress configuration 2024-04-21 02:10:37 +00:00
Roger
5e7340c1fa ingress controller for frontend and rest api 2024-04-21 01:24:28 +00:00
Roger
a986835e24 dev-k8s 2024-04-20 18:56:55 +00:00
leandrofars
558088d74b feat: inital cwmp server 2024-04-18 17:00:48 -03:00
Leandro Antônio Farias Machado
a430857ce3
Merge pull request #243 from rogersacchelli/dev
Kubernetes Deployment
2024-04-17 12:41:15 -03:00
Roger Sacchelli
61f93f49e5 Kubernetes Deployment - WIP 2024-04-16 22:56:47 -03:00
Roger
be5a69f37c Config Map for HAProxy Ingress Controller 2024-04-16 23:59:55 +00:00
leandrofars
9ff737855e feat: nats volume with persistent storage 2024-04-16 16:38:46 -03:00
leandrofars
a6c1f9ca5b fix: remove mqtt container dependency of redis 2024-04-15 18:53:57 -03:00
leandrofars
8d4d30243a perf: remove redis 2024-04-15 18:39:16 -03:00
Roger
2ae3286e87 Fix MQTT Workflow, mongodb operator user permissions 2024-04-12 03:47:00 +00:00
Roger
f9f6921e7b frontend and socketio 2024-04-12 02:05:45 +00:00
Roger
8d8423d082 Missing Files for Deployment 2024-04-10 17:03:59 +00:00
vagrant
79523310e1 mqtt request to 256Mib 2024-04-10 01:52:02 +00:00
Roger Sacchelli
d3b2504fa4
Merge branch 'OktopUSP:dev' into dev 2024-04-09 20:13:38 -03:00
leandrofars
a4fcfba124 fix(mongo): docker data map to local volume | closes #220 2024-04-09 01:22:37 -03:00
leandrofars
363668d726 feat: frontend with dynamic env vars 2024-04-09 01:04:58 -03:00
Roger Sacchelli
1f99d5a8a0 k8s deployment files 2024-04-07 15:26:04 +00:00
leandrofars
f3ada68c84 feat(portainer): map data volume to host 2024-04-02 06:31:23 -03:00
leandrofars
3b0520d98a build: docker compose add frontend new image 2024-03-31 16:21:38 -03:00
leandrofars
8c7cb6d7e9 feat: deploy microservices via docker compose 2024-03-26 15:40:50 -03:00
leandrofars
b51614e5c8 feat: build system + docker compose for backend services 2024-03-25 23:54:26 -03:00
leandrofars
b434935941 feat: new software architecture 2024-03-17 22:45:33 -03:00