1
0
Fork 0
mirror of https://github.com/kou029w/fogtype.com synced 2025-01-18 16:08:01 +00:00
fogtype.com/README.md
2022-05-29 21:05:00 +09:00

469 B

ほんの少し降る雨

前提

  • Docker Compose
  • systemd
  • systemd-journald

Git リポジトリを取得し、設定ファイルを配置

ssh kou029w@keiu.net
git clone git@github.com:kou029w/keiu.net.git
cd keiu.net
sudo install -m 644 {,/}etc/docker/daemon.json
sudo systemctl restart docker
install -m 600 <(echo POSTGRES_PASSWORD=$(python3 -c 'import secrets; print(secrets.token_urlsafe())')) .env

構築

docker compose up -d