### Locales ``` sh ENV LANG C.UTF-8 ``` If there are some containers, to change the plan for using [`docker-compose`](https://docs.docker.com/compose/). - docker-compose - docker - main application(python - django) - docker - webserver(nginx):80 - docker - database(postgresql):3306
Locales
If there are some containers, to change the plan for using
docker-compose.