Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.override-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
ports:
- "3306:3306"
mailpit:
image: axllent/mailpit:v1.30@sha256:b868afa176bfd6cce2323ea316cd99ccad77915e51e595748f6d786700ecf109
image: axllent/mailpit:v1.30@sha256:7f33095f80e901f6ad08028f06ca284aa58fe84942be5496008d041d3b9f4d4d
ports:
- "1025:1025"
- "8025:8025"
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services:
start_period: 10s

init:
image: libops/base:3.2.2.0@sha256:d4da77a62c6dead3d52c0e0cc4f38647379d7edd8b2be7b17a2cce06d469b545
image: libops/base:3.2.2.0@sha256:c2703c71503bce77e45effaee0f3519d175cea74e24c9d5d2154be54326aed96
restart: no
working_dir: /
volumes:
Expand Down Expand Up @@ -106,7 +106,7 @@ services:
start_period: 5m

database-init:
image: libops/base:3.2.2.0@sha256:d4da77a62c6dead3d52c0e0cc4f38647379d7edd8b2be7b17a2cce06d469b545
image: libops/base:3.2.2.0@sha256:c2703c71503bce77e45effaee0f3519d175cea74e24c9d5d2154be54326aed96
restart: "no"
networks:
default:
Expand All @@ -130,7 +130,7 @@ services:

mariadb:
<<: *common
image: libops/mariadb:11@sha256:7e0eb90c7cba204b62e8bed72fba00193cbc2e50072fc6e40a6fab8de4b0b857
image: libops/mariadb:11@sha256:7069359c0f5df93d910190ed964e14962a34c972c6945c10f3f18a02be293b39
volumes:
- mariadb-data:/var/lib/mysql:rw
secrets:
Expand Down
Loading