こんにちは、おおとろ(@digiangler)です。 Python の勉強をしていて、何かしらの Web アプリを Django というフレームワークを使って作成したい方向けの note になります。 今年から Docker で環境構築をするようになって、コンテナ型仮想化の方が従来のホスト型 ...
python manage.py runserverコマンドでアプリを起動した際、nginxのports設定が8000:8000に設定されているとportが被り、http://127.0.0.1/8000 ...
本連載でも何回かMySQLをDockerで扱う方法に関して簡単に説明してきました。これまでの方法としては、 Dockerで建てたMySQLに対して直接コンテナ内部に入り、 コマンドラインクライアントでアクセスを行っていました。この方法だと、 MySQLは触りたいけど ...
This repository will build a Nginx w/PHP-FPM docker image, suitable for serving PHP scripts, or utilizing as a base image for installing additional software.
Normally, Redis should work out-of-the-box with WordPress as long as it is accessible via localhost:6379. The thing is, in a docker setup the redis instance is accessible via its container name. So in ...
If you're looking to run NGINX as a Docker container, and expose it to your local network, here's how to do it. Using Docker containers makes for an incredibly easy way to roll out apps and services ...
Community driven content discussing all aspects of software development from DevOps to design patterns. By default, the Nginx Docker image is configured as a file server, not a reverse proxy or a load ...