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 Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=libops/ojs:3.5.0-5-php84@sha256:f70fc962d341bb28ea8213b9c0872bc307d26ddff4f2bff5dc86737922c77bb5
ARG BASE_IMAGE=libops/ojs:3.5.0-5-php84@sha256:5c2b22081939ffad9afbf5ea9ae522a5fa7a716a2561df6e4c6e3a1ad4adc855
FROM ${BASE_IMAGE}

WORKDIR /var/www/ojs
Expand Down
2 changes: 1 addition & 1 deletion compose.override-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
ports:
- "3306:3306"
mailpit:
image: axllent/mailpit:v1.30@sha256:b868afa176bfd6cce2323ea316cd99ccad77915e51e595748f6d786700ecf109
image: axllent/mailpit:v1.30@sha256:d5ecbb067db3705fa953d79e1b7f81ef84038df67aba6c52825d8c02a1ea748a
ports:
- "1025:1025"
- "8025:8025"
4 changes: 2 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:

traefik:
<<: *common
image: traefik:v3.7.9@sha256:652929a140a32d7cafafb13c6cdfab5376cfeff800f51397b87b524501ed02a8
image: traefik:v3.7.10@sha256:9c3b91d5fb7770853ca5c1124a23c34bf2d9b47ffaebeab2614cbaf410dcb2ac
command:
- --ping=true
- --providers.file.directory=/etc/traefik/dynamic
Expand Down Expand Up @@ -127,7 +127,7 @@ services:

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