Use mailpit default port
Build and Push Lunchtime Images (Kaniko) / build-and-push (push) Successful in 1m26s

This commit is contained in:
fhs52267
2026-04-02 22:06:51 +02:00
parent ff54e86a9d
commit 5fd5751199
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ cd src
docker compose up -d
```
This will start the backend and frontend, proxied through Nginx at `http://localhost:8080`. Also, a Mailpit instance at `http://localhost:8081` can be used for monitoring outgoing mail.
This will start the backend and frontend, proxied through Nginx at `http://localhost:8080`. Also, a Mailpit instance at `http://localhost:8025` can be used for monitoring outgoing mail.
### Backend Development
+1 -1
View File
@@ -35,7 +35,7 @@ services:
image: axllent/mailpit:latest
container_name: lunchtime-mailpit
ports:
- "8081:8081"
- "8025:8025"
restart: unless-stopped
nginx: