support root and path deployments explicitly
This commit is contained in:
+3
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user