You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace your v6 docker-compose.yml with the v7 configuration. You can find the complete example at: [https://github.com/LycheeOrg/Lychee/blob/master/docker-compose.yaml](https://github.com/LycheeOrg/Lychee/blob/master/docker-compose.yaml)
195
+
Replace your v6 docker-compose.yml with the v7 configuration. You can find the complete example at: [https://github.com/LycheeOrg/Lychee/blob/master/docker-compose.yaml](https://github.com/LycheeOrg/Lychee/blob/master/docker-compose.yaml)
194
196
195
-
4. **Reorganize Your Volume Data** (if needed)
197
+
#### 4. **Reorganize Your Volume Data** (if needed)
196
198
197
-
If your current directory structure doesn't match the new volume mounts, reorganize:
198
-
```bash
199
-
# The uploads directory structure should remain compatible
200
-
# Ensure your uploads are in ./lychee/uploads/
201
-
```
199
+
If your current directory structure doesn't match the new volume mounts, reorganize:
200
+
201
+
```bash
202
+
# The uploads directory structure should remain compatible
203
+
# Ensure your uploads are in ./lychee/uploads/
204
+
```
202
205
203
-
5. **Update Environment Variables**
206
+
#### 5. **Update Environment Variables**
204
207
205
-
Key changes to your environment configuration:
206
-
- If using workers: Add `QUEUE_CONNECTION=database` or `QUEUE_CONNECTION=redis`
207
-
- If using workers: Add `LYCHEE_MODE=worker` to worker service only
208
-
- Review other environment variables for any deprecated options
208
+
Key changes to your environment configuration:
209
+
- If using workers: Add `QUEUE_CONNECTION=database` or `QUEUE_CONNECTION=redis`
210
+
- If using workers: Add `LYCHEE_MODE=worker` to worker service only
211
+
- Review other environment variables for any deprecated options
0 commit comments