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

23 lines
438 B
Markdown
Raw Normal View History

2021-07-18 19:35:25 +09:00
# ほんの少し降る雨
## 前提
- Docker Compose
- systemd-journald
2021-07-18 19:43:34 +09:00
Git リポジトリを取得し、設定ファイルを配置
2021-07-18 19:35:25 +09:00
```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
2021-07-18 19:43:34 +09:00
install -m 600 <(echo POSTGRES_PASSWORD=$(python3 -c 'import secrets; print(secrets.token_urlsafe())')) .env
2021-07-18 19:35:25 +09:00
```
## 構築
```sh
docker-compose up -d
```