NTHU_Course icon indicating copy to clipboard operation
NTHU_Course copied to clipboard

Use docker in builds

Open leVirve opened this issue 10 years ago • 3 comments

Maybe we can support docker in building environment?

Actually, I've done some experiment on dockerfile and docker-compose.

Somehow there's still some problems in MySQL container settings for non-ascii. :neutral_face: Even though, I think we should make a standard procedure for environment builds.

leVirve avatar Nov 28 '15 03:11 leVirve

+1

afq984 avatar Nov 28 '15 05:11 afq984

+1 Good idea!

hydai avatar Nov 28 '15 07:11 hydai

Here is my current effort on docker. With Django + MySQL + Nginx containers.

Finally I resolved the encoding issue in MySQL with a defined config under ./bin/nginx/mysql_charset.conf. And not sure how to config nginx, theres's a sample one under ./bin/nginx/nginx.conf. Any comment on it~

leVirve avatar Dec 02 '15 01:12 leVirve