louispaulb
|
40e55d3ba4
|
Fix: remap ports for local dev (avoid conflicts with ERPNext/Targo)
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
|
b9c46bc419
|
fix(compose): forntend image name
|
2024-09-05 13:29:58 -03:00 |
|
leandrofars
|
40804f29e4
|
chore(compose): nginx remove depends_on
|
2024-07-08 15:06:43 -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
|
5322519a1e
|
feat: block cwmp access in frontend + add cwmp profile to compose
|
2024-04-24 14:37:09 -03: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
|
558088d74b
|
feat: inital cwmp server
|
2024-04-18 17:00:48 -03: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 |
|
leandrofars
|
a4fcfba124
|
fix(mongo): docker data map to local volume | closes #220
|
2024-04-09 01:22:37 -03: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
|
73a9376a33
|
refact: change project folders name
|
2024-02-27 21:29:41 -03:00 |
|
leandrofars
|
a6879f3849
|
refact(devops): change folders path + clean unused code and files
|
2024-02-24 09:45:45 -03:00 |
|