Skip to content

Commit

Permalink
🔧 Updated docker compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
devtobi committed Aug 22, 2024
1 parent 1b9e9c3 commit f078f05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stack/docker-compose-refarch-base.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# copy of https://github.com/it-at-m/refarch-templates/blob/main/stack/docker-compose.yml

name: default-services
name: refarch-stack

services:
postgres:
Expand Down
5 changes: 4 additions & 1 deletion stack/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: refarch-stack
name: refarch-extended-stack

services:
# s3
minio:
container_name: minio
image: quay.io/minio/minio:RELEASE.2024-08-17T01-24-54Z
command: server /data --console-address ":9001"
environment:
Expand All @@ -22,6 +23,7 @@ services:
- no-new-privileges:true

init-minio:
container_name: init-minio
image: minio/mc:RELEASE.2024-08-17T11-33-50Z
depends_on:
- minio
Expand All @@ -37,6 +39,7 @@ services:

# mail
mailpit:
container_name: mailpit
image: axllent/mailpit:v1.20.2
ports:
- '1025:1025' # smtp server
Expand Down

0 comments on commit f078f05

Please sign in to comment.