Skip to content

Commit

Permalink
Update maildev docker image to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Dubois authored and ajardin committed Mar 9, 2023
1 parent dd065ee commit 60ec339
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 15 deletions.
7 changes: 4 additions & 3 deletions src/Resources/docker-templates/drupal/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ services:
# <== DATABASE PLACEHOLDER ==>

maildev:
image: djfarrelly/maildev:latest
platform: linux/amd64
image: maildev/maildev
environment:
MAILDEV_SMTP_PORT: 25
depends_on:
- php
ports:
- "1080:80"
- "1080:1080"

nginx:
image: ajardin/nginx:latest
Expand Down
7 changes: 4 additions & 3 deletions src/Resources/docker-templates/magento2/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ services:
# <== DATABASE PLACEHOLDER ==>

maildev:
image: djfarrelly/maildev:latest
platform: linux/amd64
image: maildev/maildev
environment:
MAILDEV_SMTP_PORT: 25
depends_on:
- php
ports:
- "1080:80"
- "1080:1080"

nginx:
image: ajardin/magento2-nginx:latest
Expand Down
7 changes: 4 additions & 3 deletions src/Resources/docker-templates/orocommerce/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ services:
- elasticsearch:/usr/share/elasticsearch/data

maildev:
image: djfarrelly/maildev:latest
platform: linux/amd64
image: maildev/maildev
environment:
MAILDEV_SMTP_PORT: 25
depends_on:
- php
ports:
- "1080:80"
- "1080:1080"

nginx:
image: ajardin/nginx:latest
Expand Down
7 changes: 4 additions & 3 deletions src/Resources/docker-templates/sylius/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ services:
# <== DATABASE PLACEHOLDER ==>

maildev:
image: djfarrelly/maildev:latest
platform: linux/amd64
image: maildev/maildev
environment:
MAILDEV_SMTP_PORT: 25
depends_on:
- php
ports:
- "1080:80"
- "1080:1080"

nginx:
image: ajardin/nginx:latest
Expand Down
7 changes: 4 additions & 3 deletions src/Resources/docker-templates/symfony/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ services:
# <== DATABASE PLACEHOLDER ==>

maildev:
image: djfarrelly/maildev:latest
platform: linux/amd64
image: maildev/maildev
environment:
MAILDEV_SMTP_PORT: 25
depends_on:
- php
ports:
- "1080:80"
- "1080:1080"

nginx:
image: ajardin/nginx:latest
Expand Down

0 comments on commit 60ec339

Please sign in to comment.