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
@@ -330,12 +345,12 @@ docker compose -f docker-compose.dev.yml up -d
330
345
331
346
> [!TIP]
332
347
> You can also create a `.env` file with your GitHub and Gitea credentials:
333
-
>
348
+
>
334
349
> ```env
335
350
> # GitHub credentials
336
351
> GITHUB_TOKEN=your-github-token
337
352
> GITHUB_USERNAME=your-github-username
338
-
>
353
+
>
339
354
> # Gitea credentials (will be set up after you create a user in the local Gitea instance)
340
355
> GITEA_TOKEN=your-local-gitea-token
341
356
> GITEA_USERNAME=your-local-gitea-username
@@ -385,14 +400,14 @@ This project is now complete and ready for production use with version 1.0.0. Al
385
400
386
401
> [!WARNING]
387
402
> If you encounter network-related warnings or errors when running Docker Compose, such as:
388
-
>
403
+
>
389
404
> ```
390
405
> WARN[0095] a network with name gitea-network exists but was not created by compose.
391
406
> Set `external: true` to use an existing network
392
407
> ```
393
-
>
408
+
>
394
409
> or
395
-
>
410
+
>
396
411
> ```
397
412
> network gitea-network was found but has incorrect label com.docker.compose.network set to "" (expected: "gitea-network")
398
413
> ```
@@ -416,7 +431,7 @@ Try the following steps:
416
431
417
432
> [!TIP]
418
433
> If you need to share the network with other Docker Compose projects, you can modify the `docker-compose.dev.yml` file to mark the network as external:
419
-
>
434
+
>
420
435
> ```yaml
421
436
> networks:
422
437
> gitea-network:
@@ -428,7 +443,7 @@ Try the following steps:
428
443
429
444
> [!CAUTION]
430
445
> If the application fails to connect to Redis with errors like `ECONNREFUSED 127.0.0.1:6379`, ensure:
0 commit comments