ft_transcendence/nginx
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
..
conf feat(docker): Multi stage docker now fetch deps once 2025-12-30 19:02:07 +01:00
15-local-resolvers.envsh getting merged anyway lol 2025-07-29 14:15:25 +02:00
17-add-template-prefix.sh getting merged anyway lol 2025-07-29 14:15:25 +02:00
Dockerfile feat(docker): Multi stage docker now fetch deps once 2025-12-30 19:02:07 +01:00
monitoring.index.html feat(monitoring): general fixup 2025-12-17 19:23:47 +01:00
README.md getting merged anyway lol 2025-07-29 14:15:25 +02:00

Nginx Configuration

You want to have a new microservice ?

Edit/add a file in conf/locations/ take example on conf/locations/icons.conf on how to make a reverse proxy and on how to serve static files

Good Luck Have Fun