repositorypackage
0.0.0-20241211030823-324511f49868
Repository: https://github.com/yoyo1025/persona-api.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
docker-go-postgresql-sampleapp
- docker x go x postgresql 環境のサンプルアプリケーション
コマンド
- このプロジェクトをpull
- ルート直下に移動し以下のコマンドでコンテナをビルド起動する
docker-compose up -d --build
- app コンテナにアクセス
docker-compose exec app sh
- db コンテナにアクセス
docker-compose exec db bash
- サンプルプログラムで動作の確認
$ docker-compose exec app sh
$ go run main.go
参考リンク