support root and path deployments explicitly

This commit is contained in:
2026-07-10 08:47:59 +00:00
parent a6e8be7553
commit 47795011b6
8 changed files with 237 additions and 26 deletions
+3 -2
View File
@@ -19,7 +19,8 @@ Create this layout on titan:
└── data/
```
Copy `deploy/docker-compose.yml` as the Compose file. Convert the live JSON
Copy `deploy/compose.production.yml` to the server as `docker-compose.yml`.
Convert the live JSON
settings to TOML using `config.example.toml` as the reference, with these
cutover-specific rules:
@@ -39,7 +40,7 @@ cd /root/compose/ushort
chown 1001:1001 config.toml
chmod 0400 config.toml
docker-compose config
docker pull sodium/ushort:0.1.0
docker pull sodium/ushort:0.1.1
```
## 2. Take a consistent database copy