Skip to content
Closed
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:5a18ac6b8df5b3fb67fdf51744a74dd6658aef5250012a22ffdd8da53c08eb1d
FROM ${BASE_IMAGE}

WORKDIR /var/www/ojs
Expand Down
2 changes: 1 addition & 1 deletion docker-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:7f33095f80e901f6ad08028f06ca284aa58fe84942be5496008d041d3b9f4d4d
ports:
- "1025:1025"
- "8025:8025"
8 changes: 4 additions & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ secrets:

services:
init:
image: libops/base:3.2.2.0@sha256:d4da77a62c6dead3d52c0e0cc4f38647379d7edd8b2be7b17a2cce06d469b545
image: libops/base:3.2.2.0@sha256:851e17742b5fee57038855f46b1a46d2716c0012c5f3a4788b7e5c7bc12fed5e
restart: no
working_dir: /
volumes:
Expand All @@ -39,7 +39,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 @@ -94,7 +94,7 @@ services:
start_period: 10m

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

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