- multi stage build (previously builder pattern)
- logging (rsyslog)
- use uWSGI (nginx, flask)
- basics
- two containers (tcp socket)
- nginx static and dynamic
serve static files and proxy dynamic backend with only two containers
- one nginx container and one nodejs (express) container
-
named volume, cross container.
serve static content some container from nginx container -
make two services communicate but
from different docker-compose files
(shared network)