infra(gitea): docker-compose.yml
This commit is contained in:
27
docs/docker/gitea/gitea.md
Normal file
27
docs/docker/gitea/gitea.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# Gitea
|
||||
|
||||
## Allgemein
|
||||
|
||||
- Image: `gitea/gitea:1.24`
|
||||
- Ports: `3002:3000, 2222:22`
|
||||
- Restart Policy: `unless-stopped`
|
||||
- Networks: `gitea`
|
||||
|
||||
## Volumes
|
||||
|
||||
- /docker/Daten/gitea/data:/data
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
|
||||
| Host Path | Container Path | Zweck |
|
||||
|------------|----------------|--------|
|
||||
| /docker/Daten/gitea/data | /data | Datenbank & Inhalte |
|
||||
|
||||
## Deployment
|
||||
|
||||
```bash
|
||||
cd /docker/Bruchtal/docker/gitea
|
||||
git pull
|
||||
docker compose pull
|
||||
docker compose up -d
|
||||
``
|
||||
Reference in New Issue
Block a user