-
- Downloads
feat: dockerize database
Switch to mysql
parent
7182b73c
Branches
Tags
Showing
- .gitignore 1 addition, 1 deletion.gitignore
- .vscode/launch.json 4 additions, 1 deletion.vscode/launch.json
- docker-compose.yml 19 additions, 0 deletionsdocker-compose.yml
- go.mod 2 additions, 2 deletionsgo.mod
- go.sum 9 additions, 8 deletionsgo.sum
- internal/post/post.go 12 additions, 3 deletionsinternal/post/post.go
- template.env 3 additions, 0 deletionstemplate.env
docker-compose.yml
0 → 100644
... | @@ -6,6 +6,6 @@ require ( | ... | @@ -6,6 +6,6 @@ require ( |
github.com/nicolaspernoud/vestibule v0.0.0-20210626100803-e2554e116746 | github.com/nicolaspernoud/vestibule v0.0.0-20210626100803-e2554e116746 | ||
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e | golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e | ||
golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914 | golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914 | ||
gorm.io/driver/sqlite v1.1.4 | gorm.io/driver/mysql v1.1.1 | ||
gorm.io/gorm v1.20.7 | gorm.io/gorm v1.21.11 | ||
) | ) |
template.env
0 → 100644
Please register or sign in to comment