This commit is contained in:
2026-01-02 00:28:20 -05:00
parent bafdd2a78a
commit 71c59a930b

View File

@@ -21,19 +21,21 @@ bastille console testenv
## Deploy Gitea in a Container
Create container
Gitea is a lightweight, self-hosted Git service - perfect for managing your code repositories. We'll deploy it in an isolated container for security and easy management.
### 1. Create the Gitea Container
``` sh
bastille create gitea 14.3-RELEASE <IP-ADDRESS> bridge0
```
Start container
### 2. Start the Container
``` sh
bastille start gitea
```
Enter gitea container console
### 3. Enter the Gitea Container Console
``` sh
bastille console gitea