Update README.md

This commit is contained in:
Simon Gruber
2026-03-29 15:06:34 +02:00
parent 91cff78dfb
commit 94839443ae
+2 -16
View File
@@ -24,7 +24,7 @@ services:
restart: unless-stopped
backend:
image: git.sgruber.at/lunchtime/lunchtime-api:latest
image: git.sgruber.at/lunchtime/lunchtime-web:backend-latest
volumes:
- ./.data:/app/data
- ./config.yaml:/app/config.yaml:ro
@@ -35,7 +35,7 @@ services:
restart: unless-stopped
frontend:
image: git.sgruber.at/lunchtime/lunchtime-web:latest
image: git.sgruber.at/lunchtime/lunchtime-web:frontend-latest
restart: unless-stopped
```
@@ -46,17 +46,3 @@ docker compose up -d
```
Open `http://localhost:8080`.
## CI/CD Registry Publish
The workflow in `.gitea/workflows/build-and-push-images.yaml` builds and pushes:
- `git.sgruber.at/lunchtime/lunchtime-web`
- `git.sgruber.at/lunchtime/lunchtime-api`
It tags images with the commit SHA and also `latest` on `main`/`master`.
Required repository secrets:
- `GITEA_REGISTRY_USER`
- `GITEA_REGISTRY_TOKEN`