Update repo path after move

This commit is contained in:
myrmidex 2026-01-09 02:38:04 +01:00
parent 6c8502f2d1
commit 1d3d05845c
2 changed files with 5 additions and 5 deletions

View file

@ -13,14 +13,14 @@ ## ✨ Features
## 🚀 Self-hosting ## 🚀 Self-hosting
The production image is available at `codeberg.org/lvl0/dish-planner:latest`. The production image is available at `codeberg.org/dish-planner/app:latest`.
### docker-compose.yml ### docker-compose.yml
```yaml ```yaml
services: services:
app: app:
image: codeberg.org/lvl0/dish-planner:latest image: codeberg.org/dish-planner/app:latest
container_name: dishplanner_app container_name: dishplanner_app
restart: always restart: always
ports: ports:
@ -85,7 +85,7 @@ ## 🔧 Development
### NixOS / Nix ### NixOS / Nix
```bash ```bash
git clone https://codeberg.org/lvl0/dish-planner.git git clone https://codeberg.org/dish-planner/app.git
cd dish-planner cd dish-planner
nix-shell nix-shell
``` ```
@ -125,4 +125,4 @@ ## 📄 License
## 📞 Support ## 📞 Support
For issues and questions, please use [Codeberg Issues](https://codeberg.org/lvl0/dish-planner/issues). For issues and questions, please use [Codeberg Issues](https://codeberg.org/dish-planner/app/issues).

View file

@ -1,7 +1,7 @@
# Production Docker Compose # Production Docker Compose
services: services:
app: app:
image: codeberg.org/lvl0/dish-planner:latest image: codeberg.org/dish-planner/app:latest
container_name: dishplanner_app container_name: dishplanner_app
restart: always restart: always
ports: ports: