フルスタック Web アプリケーションの開発環境です。React フロントエンド、Go バックエンド、PostgreSQL データベースを管理しています。
docker compose up -d --build- React App: http://localhost:3000
- Go Server: http://localhost:8888
- PostgreSQL: localhost:5432
- Python Service: http://localhost:5555
3つのサービスを定義:
react-app: Node.js ベースの React 開発環境go-server: Go 開発環境postgres-db: PostgreSQL データベースpython-service: AI開発環境
- コンテナをアタッチする
/appのパスを指定するgit clone [URL] .コマンドを使用してクローンしてくる
Shellをアタッチ後に以下のコマンドを入力
psql -U himatsumu -d himatsumu