Commit graph

18 commits

Author SHA1 Message Date
bgoulard
0033956ca1 [wip] colisions 2026-01-02 15:16:58 +01:00
Maieul BOYER
2ed524872b feat(docker): Multi stage docker now fetch deps once
Split dockerfile into three different dockerfiles such that dependencies
are only downloaded once

This allows the build to be a bit faster, since all deps are downloaded
once at the start.

This also makes it so the frontend container no longer needs to be ran,
as its files are directly embedded into the nginx container

This also remove the extra files, since bind mounts do work
it also remove the entrypoint.sh file, as you should prefer to not use
it
2025-12-30 19:02:07 +01:00
Maieul BOYER
11949bbdf0
chore(deps): removed unsued deps and fixed npm@update makefile rule
- Removed unused deps
- Changed `npm@update` rule to only update lockfile and nothing else
- Changed `npm@install` to also install in frontend directory
2025-12-30 14:54:38 +01:00
apetitco
8debc57559 (backend): trying to have a working backend.
Did I manage to achieve this task: NO.
2025-12-22 15:14:14 +01:00
Maieul BOYER
d5278274ea
yes 2025-12-19 14:37:21 +01:00
NigeParis
2299294f0e rebased Master amd eslint - activated logs Raph for merge with master because eslint makes problems with graphana not activated 2025-12-19 10:01:27 +01:00
NigeParis
c41a32e4b1 clean up obj 2025-12-18 15:11:27 +01:00
Maieul BOYER
762796417a
chore(cleanup): Fixed Makefile and Fully remove icons service
Changed so that Only non-monitoring services are launched by default
(override by doing `make DOCKER_SERVICE=`)

Fully removed the icons service (not yet in monitoring)
2025-12-12 14:56:50 +01:00
NigeParis
98631be918 WIP BroadCast working on console... needs more work 2025-11-21 14:17:37 +01:00
Maieul BOYER
7bdf667ece
feat(logs): removed unused mkdir in elasticsearch 2025-11-14 18:54:39 +01:00
Maieul BOYER
8dd0a74046
feat(logs): make it so rule logs-setup isn't necessary 2025-11-14 17:58:45 +01:00
Raphael
3302710ae0
build(docker/monitoring): adding the logs part to the makefile 2025-11-14 16:14:57 +01:00
Maieul BOYER
573af0bc4b feat(infra): singular dockerfile with vite bundling
Using Vite as a bundler to allow easier builds, with shared library

Moved to a single dockerfile that takes an argument to specify which
service to use

moved some file around to faciliate bundling with vite

cried a lot
2025-07-30 21:30:04 +02:00
Maieul BOYER
68f8d87477 update(wip): I want to docker commit myself 2025-07-29 14:15:25 +02:00
maix0
1bc33ab912 wip 2025-07-29 14:12:28 +02:00
maix0
2f991d9743 update: made some chages 2025-06-13 15:44:38 +02:00
maix0
fb48a0fa04 update: scaffolding for nginx 2025-06-12 18:35:04 +02:00
maix0
d89dd4f315 update: first commit 2025-06-11 18:46:56 +02:00