1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-25 18:28:07 +02:00

nginx-golang-postgres: add dev envs config (#275)

* Add Docker Desktop Development Environments config
* Upgrade to Go 1.18
* Replace nginx build with image + read-only bind mount

Signed-off-by: Milas Bowman <milas.bowman@docker.com>
This commit is contained in:
Milas Bowman 2022-07-12 04:08:02 -04:00 committed by GitHub
parent 9d547d23fb
commit 7f5179ea3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 156 additions and 32 deletions

View file

@ -1,10 +1,11 @@
module github.com/org/repo
module github.com/docker/awesome-compose/nginx-golang-postgres/backend
go 1.13
go 1.18
require (
github.com/gorilla/context v1.1.1
github.com/gorilla/handlers v1.3.0
github.com/gorilla/mux v1.6.2
github.com/lib/pq v1.10.3
)
require github.com/gorilla/context v1.1.1 // indirect