Use mailpit default port
Build and Push Lunchtime Images (Kaniko) / build-and-push (push) Successful in 1m26s
Build and Push Lunchtime Images (Kaniko) / build-and-push (push) Successful in 1m26s
This commit is contained in:
@@ -58,7 +58,7 @@ cd src
|
|||||||
docker compose up -d
|
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
|
### Backend Development
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -35,7 +35,7 @@ services:
|
|||||||
image: axllent/mailpit:latest
|
image: axllent/mailpit:latest
|
||||||
container_name: lunchtime-mailpit
|
container_name: lunchtime-mailpit
|
||||||
ports:
|
ports:
|
||||||
- "8081:8081"
|
- "8025:8025"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
|
|||||||
Reference in New Issue
Block a user