Categorygithub.com/yoyo1025/persona-api
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 環境のサンプルアプリケーション

コマンド

  1. このプロジェクトをpull
  2. ルート直下に移動し以下のコマンドでコンテナをビルド起動する
docker-compose up -d --build
  1. app コンテナにアクセス
docker-compose exec app sh
  1. db コンテナにアクセス
docker-compose exec db bash
  1. サンプルプログラムで動作の確認
$ docker-compose exec app sh
$ go run main.go

参考リンク