1
0
Fork 0
mirror of https://github.com/kou029w/fogtype.com synced 2025-01-18 08:05:02 +00:00
fogtype.com/README.md
2021-07-18 22:22:31 +09:00

478 B

ほんの少し降る雨

前提

  • Docker Compose
  • systemd
  • systemd-journald

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

ssh kou029w@keiu.net
git clone git@github.com:kou029w/keiu.net.git
cd keiu.net
sudo tee /etc/docker/daemon.json < 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