Milas Bowman
111c55d56b
nginx-flask-mysql: add dev envs support ( #272 )
...
* Add Docker Desktop Development Environments config
* Change port `5000` -> `8000` for Flask to avoid conflicts on
recent macOS versions
* Improve DB health check (for non-dev envs case) to avoid
producing a bunch of log spam
Co-authored-by: Guillaume Lours <guillaume@lours.me>
Signed-off-by: Milas Bowman <milas.bowman@docker.com>
2 years ago
Nicolas De loof
667bd9facb
Adopt Compose v2 ( #240 )
...
* Adopt Compose v2
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
3 years ago
Shereef Bankole
d12678161e
fixed ImportError
...
Signed-off-by: Shereef Bankole <shereef.bankole@yahoo.com>
3 years ago
Guillaume Lours
4bba832f88
Arm64 and check Compose v2 support ( #177 )
...
add support of arm64 architecture for the following samples:
* aspnet-mssql
* elasticsearch-logstash-kibana
* nginx-aspnet-mysql
* nginx-flask-mysql
* nginx-golang-mysql
* react-java-mysql
* sparkjava-mysql
* wordpress-mysql
* react-express-mysql
* react-express-mongodb
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
3 years ago
Guillaume Lours
2056ab2f01
Remove version from compose files to conform to the specification ( #167 )
...
https://github.com/compose-spec/compose-spec/blob/master/spec.md#version-top-level-element
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
3 years ago
Alvaro Carpio
006574eeea
add MySql healthcheck to dependency for backend ( #148 )
...
Signed-off-by: Alvaro Carpio <alvanxp@outlook.com>
4 years ago
Javier López Barba
744ed86c55
Add missing expose field to docker compose files ( #124 )
...
Signed-off-by: javi <javier@okteto.com>
4 years ago
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>
4 years ago
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>
4 years ago
carehart
77f04a4539
correct reference to number of containers
...
Signed-off-by: carehart <charlie@carehart.org>
4 years ago
Anca Iordache
77c6920a83
Fix default port mapping and indentation
...
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
5 years ago
Anca
6c8754131d
Improved flask backend
5 years ago
Anca Iordache
aed528ccf7
Set different networks for db-backend and backend-proxy
...
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
5 years ago
Anca Iordache
a7e0f380f6
update mysql version and query output
5 years ago
Anca Iordache
92a9311d8a
connect backend to db in nginx-flask-mysql
...
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
5 years ago
Anca Iordache
f1e4cca535
Move all samples to the root dir
...
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
5 years ago