Docker
docker run -d -p 5432:5432 -e POSTGRES_USER=loco -e POSTGRES_DB=loco_app -e POSTGRES_PASSWORD="loco" postgres:15.3-alpine -d コンテナをデタッチモード(バックグラウンドモード)で実行します。これにより、コンテナがフォアグラウンドで実行される…
https://higmasan.com/docker/render%E3%81%ABdocker%E3%82%B3%E3%83%B3%E3%83%86%E3%83%8A%E3%82%92%E3%83%87%E3%83%97%E3%83%AD%E3%82%A4%E3%81%99%E3%82%8B/ ここを参考にした。 もうこの方のリンクしてるGitHubのリポジトリは削除されてた。 自分のGitHu…
GitHubの説明のままそのまま行けた https://github.com/wagtail/bakerydemo git clone https://github.com/wagtail/bakerydemo.git --config core.autocrlf=input cd bakerydemo docker compose up --build -d で簡単にビルドできる。 以下でマイグレーショ…
https://github.com/xtekky/gpt4free/issues/283#issuecomment-1535554788 streamlit_chat_app版でやりたい gpt4free フォルダ内で Docekerfileをこうする。 FROM python:3.11 as builder WORKDIR /usr/app ENV PATH="/usr/app/venv/bin:$PATH" #RUN apt-get…
GitHub - xtekky/gpt4free: decentralising the Ai Industry, just some language model api's... これをクローン git clone https://github.com/xtekky/gpt4free cd gpt4free Dockerfileとか付属してるので ビルド docker build -t gpt4free:latest . 僕が…
Yahoo!(https://yahoo.com')みたいなCORS Proxyによってiframeに外部アクセス禁止されているサイトを表示したい。 !注意!対象ウェブサイトの利用規約や法律を確認し、問題がないことを確認してから実装してください。 これ見たからと言って僕を訴えないで…
https://zuma-lab.com/posts/docker-python-settings ここからほぼコピペでいけた。 気をつけるのは .envというファイルもルートに置かないとだめ。 -itは、docker execコマンドに渡されるオプションです。 -iは、標準入力(STDIN)を開きます。 -tは、TTY(…
https://blue21neo.blogspot.com/2018/04/docker.html
kenzo0107.hatenablog.com https://github.com/spotify/docker-gc