Skip to content

Commit

Permalink
Merge pull request #80 from Enterprize1/79-release-130
Browse files Browse the repository at this point in the history
Release 1.3.0
  • Loading branch information
Enterprize1 authored Nov 10, 2024
2 parents 535240f + cbd6d6a commit c03df79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ services:
timeout: 5s
retries: 5
app:
image: thorstenthiel/phishy-mailbox:v1.2.3
image: thorstenthiel/phishy-mailbox:v1.3.0
build:
context: .
dockerfile: Dockerfile
args:
VERSION: v1.2.3
VERSION: v1.3.0
environment:
DATABASE_URL: postgresql://mailbox:mailbox@postgres:5432/mailbox?schema=public
NEXTAUTH_SECRET: secret1234256w5w4
Expand Down

0 comments on commit c03df79

Please sign in to comment.