-
In the Dockerfile, the kbin-core repository has already been copied to the image. Why we need to mount the repository as volume again with
./:/srv/app
in docker-compose.yml? Is it because the front end javascript is built outside the image? (and why those yarn command are not automated in Dockerfile?) -
The docker-compose.yml has caddy as reserve proxy. Will it be safe if I directly turn it off, and use my own nginx reserve proxy with my own certificate? (2/2)
kkoyung
joined 2 years ago
@ernest Great work!
I haven't take a deeper look to the code. I just read the current version of instance creation instruction, Dockerfile, and docker-compose.yml. There are somethings I don't understand, which you might find useful in improving docker related stuff. (1/2)
You are doing a great job. It is really hard to keep an instance up with so many new users coming from the unexpected fast growing #RedditMigration.