nginx-golang-mysql: add dev envs support (#274)

* Add Docker Desktop Development Environments config
* Use nginx image with read-only bind mount instead of building a
  custom image
* Upgrade Go dependencies

Co-authored-by: Guillaume Lours <guillaume@lours.me>
Signed-off-by: Milas Bowman <milas.bowman@docker.com>
This commit is contained in:
Milas Bowman
2022-07-13 09:06:24 -04:00
committed by GitHub
parent 111c55d56b
commit f3293008b0
8 changed files with 158 additions and 43 deletions

View File

@@ -1,10 +1,11 @@
module github.com/org/repo
module github.com/docker/awesome-compose/nginx-golang-mysql/backend
go 1.13
go 1.18
require (
github.com/go-sql-driver/mysql v1.3.0
github.com/gorilla/context v1.1.1
github.com/gorilla/handlers v1.3.0
github.com/gorilla/mux v1.6.2
github.com/go-sql-driver/mysql v1.6.0
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
)
require github.com/felixge/httpsnoop v1.0.1 // indirect