add go gorm chi postgres starter
This commit is contained in:
10
web/other/go-postgresql-gorm-chi-starter/docker-compose.yml
Normal file
10
web/other/go-postgresql-gorm-chi-starter/docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:16
|
||||
restart: always
|
||||
environment:
|
||||
POSTGRES_USER: golang
|
||||
POSTGRES_PASSWORD: golang
|
||||
POSTGRES_DB: golang
|
||||
ports:
|
||||
- 5432:5432
|
||||
Reference in New Issue
Block a user