Skip to content

Traefik(リバプロ)+code-server(Web IDE)+PythonでFastAPI開発環境。

License

Notifications You must be signed in to change notification settings

v1tam1nb2/traefik-code-server-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

traefik-code-server-python

Traefik(リバプロ)+code-server(Web IDE)+PythonによるFastAPI開発環境

セットアップ

概要

Qiitaに記事を書いています。

ソースのインストール

git clone https://github.com/v1tam1nb2/traefik-code-server-python.git

イメージビルド

docker build -t code-server-python .

コンテナ構築

docker-compose up -d

アクセス確認

URL サービス 概要
http://localhost:18000 Traefik Dashboard Traefikのダッシュボードでリバプロ情報を確認できる
http://code.localhost code-server WebIDEであるcode-serverにアクセス
http://sqlpad.localhost SQLPad SQL クエリを記述して実行し、結果を視覚化するためのWebアプリにアクセス
http://fastapi.localhost FastAPI FastAPIを実行している場合はこのURLにアクセスすると結果を確認できる

About

Traefik(リバプロ)+code-server(Web IDE)+PythonでFastAPI開発環境。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors