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
2021-07-18 19:42:13 +09:00

22 lines
445 B
Markdown

# ほんの少し降る雨
## 前提
- Docker Compose
- systemd-journald
Git リポジトリを取得し、 /etc/docker/daemon.json を配置
```sh
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
```
## 構築
```sh
install -m 600 <(echo POSTGRES_PASSWORD=$(python3 -c 'import secrets; print(secrets.token_urlsafe())')) .env
docker-compose up -d
```