1
0
Fork 0
mirror of https://github.com/kou029w/fogtype.com synced 2025-01-18 16:08:01 +00:00
Find a file
2021-11-13 05:31:52 +00:00
.github/workflows fix branch 2021-07-18 19:46:39 +09:00
etc migration Let's Encrypt to ZeroSSL 2021-10-02 20:59:30 +09:00
srv use gravatar 2021-08-18 15:07:05 +09:00
.gitignore docker-entrypoint-initdb.d 使っていないので除去 2021-08-18 14:42:57 +09:00
docker-compose.yml Update caddy:2.4.6-alpine Docker digest to d9c3a0c 2021-11-13 05:31:52 +00:00
LICENSE Create LICENSE 2021-07-18 19:44:55 +09:00
README.md fix 2021-08-21 19:18:11 +09:00
renovate.json create project 2021-07-18 19:35:25 +09:00

ほんの少し降る雨

前提

  • 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