Commit Graph

10 Commits

Author SHA1 Message Date
Javier López Barba 744ed86c55
Add missing expose field to docker compose files (#124)
Signed-off-by: javi <javier@okteto.com>
2021-04-30 22:29:16 +02:00
pipopopo 9fa795e322
port 8080 is actually port 80 (#123)
Signed-off-by: Kenny Tordeurs <ktordeur@redhat.com>

Co-authored-by: Kenny Tordeurs <ktordeur@redhat.com>
2021-04-06 12:00:33 +02:00
Andy Madge a42a8531ab
Added `--no-cache-dir` option to all Python pip commands in Dockerfiles (#113)
The cache gives no benefit to a Docker image but it does add size, hence it's best left out.

Signed-off-by: Andy Madge <andymadge@gmail.com>
2021-03-22 10:01:41 +01:00
carehart 77f04a4539 correct reference to number of containers
Signed-off-by: carehart <charlie@carehart.org>
2020-07-27 22:26:00 -05:00
Anca Iordache 77c6920a83 Fix default port mapping and indentation
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
2020-03-24 00:44:49 +01:00
Anca 6c8754131d Improved flask backend 2020-03-20 01:51:26 +01:00
Anca Iordache aed528ccf7 Set different networks for db-backend and backend-proxy
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
2020-03-19 22:37:57 +01:00
Anca Iordache a7e0f380f6
update mysql version and query output 2020-03-17 22:03:44 +01:00
Anca Iordache 92a9311d8a connect backend to db in nginx-flask-mysql
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
2020-03-17 21:55:32 +01:00
Anca Iordache f1e4cca535 Move all samples to the root dir
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
2020-03-16 17:23:59 +01:00