Branch umbenannt: feature/css-experiments feature/nightly
This commit is contained in:
parent
e2c523ca32
commit
7c9224243b
2 changed files with 4 additions and 4 deletions
|
|
@ -24,7 +24,7 @@ docker-compose -f docker-compose.feature.yml up -d
|
||||||
|
|
||||||
### 4. In Portainer
|
### 4. In Portainer
|
||||||
- **Hauptversion:** `flex420/discordsoundbot-vib:latest` (Port 3000)
|
- **Hauptversion:** `flex420/discordsoundbot-vib:latest` (Port 3000)
|
||||||
- **Feature Version:** `flex420/discordsoundbot-vib:feature/css-experiments` (Port 3001)
|
- **Feature Version:** `flex420/discordsoundbot-vib:feature/nightly` (Port 3001)
|
||||||
|
|
||||||
### 5. Mergen wenn bereit
|
### 5. Mergen wenn bereit
|
||||||
```bash
|
```bash
|
||||||
|
|
@ -37,12 +37,12 @@ git branch -d feature/mein-experiment
|
||||||
|
|
||||||
## Docker Images
|
## Docker Images
|
||||||
- `:latest` - Hauptversion (main branch)
|
- `:latest` - Hauptversion (main branch)
|
||||||
- `:feature/css-experiments` - Feature Version
|
- `:feature/nightly` - Feature Version
|
||||||
- `:main` - Explizit main branch
|
- `:main` - Explizit main branch
|
||||||
- `:sha-abc123` - Spezifischer Commit
|
- `:sha-abc123` - Spezifischer Commit
|
||||||
|
|
||||||
## Portainer Setup
|
## Portainer Setup
|
||||||
1. **Hauptcontainer:** Port 3000, Image `:latest`
|
1. **Hauptcontainer:** Port 3000, Image `:latest`
|
||||||
2. **Feature Container:** Port 3001, Image `:feature/css-experiments`
|
2. **Feature Container:** Port 3001, Image `:feature/nightly`
|
||||||
3. **Testing:** Feature auf Port 3001 testen
|
3. **Testing:** Feature auf Port 3001 testen
|
||||||
4. **Deployment:** Wenn gut, Feature in main mergen
|
4. **Deployment:** Wenn gut, Feature in main mergen
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ version: '3.8'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
app-feature:
|
app-feature:
|
||||||
image: flex420/discordsoundbot-vib:feature/css-experiments
|
image: flex420/discordsoundbot-vib:feature/nightly
|
||||||
container_name: jukebox-feature
|
container_name: jukebox-feature
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue