metakgp / metakgp-wiki

Dockerized source for the metakgp wiki.
https://wiki.metakgp.org
GNU General Public License v3.0
23 stars 20 forks source link

Static file links #101

Closed grapheo12 closed 9 months ago

grapheo12 commented 3 years ago

The Nginx Dockerfile doesn't copy the peqp dump to /srv/static by default. This has to done by hand. Recently the server had to be restarted which led to the deletion of the static files. Maybe we should add some code so that this addition automatically happens with new builds.

@icyflame @amrav @thealphadollar

icyflame commented 3 years ago

IIRC, the static files are mounted into /srv/static through a volume. So, even if the server is restarted or the containers are stopped and started again etc, the files will remain on the host in that volume and will be mounted into that folder the next time the containers are started using docker-compose up

For this particular issue, can you add more detail about what you did, what actually happened, what you expected to happen and your proposal to fix that (optional).

harshkhandeparkar commented 9 months ago

Closing this due to lack of information