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 numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=libops/wp:nginx-1.30.4-php84@sha256:fb32fa47af4af80ccd3f0b8e9f6bd11d5e39601bb3ca72aa2cd22a4e9bf3b3e5
ARG BASE_IMAGE=libops/wp:nginx-1.30.4-php84@sha256:cf9c3919080c13b65c48d07f5ef6dd7449f502713b4840080bba8b1d87b43574
FROM ${BASE_IMAGE}

ARG TARGETARCH
Expand Down
2 changes: 1 addition & 1 deletion compose.override-example.yaml
Original file line numberDiff line numberDiff 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:d5ecbb067db3705fa953d79e1b7f81ef84038df67aba6c52825d8c02a1ea748a
ports:
- "1025:1025"
- "8025:8025"
8 changes: 4 additions & 4 deletions compose.yaml
Original file line numberDiff line numberDiff line change
Expand Up@@ -37,7 +37,7 @@ secrets:
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 All@@ -56,7 +56,7 @@ services:
start_period: 10s

init:
image: libops/base:3.2.2.0@sha256:aa0c61029734f3293bca068a95c72c0b07ac949292c446c83ada78e81a42c85d
image: libops/base:3.2.2.0@sha256:57b396fd8b681d626c89359e3f68618d4822f46c9364854c9d4747c25ab9d705
restart: no
working_dir: /work
environment:
Expand DownExpand Up@@ -113,7 +113,7 @@ services:
start_period: 5m

database-init:
image: libops/base:3.2.2.0@sha256:aa0c61029734f3293bca068a95c72c0b07ac949292c446c83ada78e81a42c85d
image: libops/base:3.2.2.0@sha256:57b396fd8b681d626c89359e3f68618d4822f46c9364854c9d4747c25ab9d705
restart: "no"
networks:
default:
Expand All@@ -135,7 +135,7 @@ services:

mariadb:
<<: *common
image: libops/mariadb:11@sha256:7e0eb90c7cba204b62e8bed72fba00193cbc2e50072fc6e40a6fab8de4b0b857
image: libops/mariadb:11@sha256:52bc6b83b75921239237d57db7b14fb7cbcecafee6ce110c49fd31d990ec0828
volumes:
- mariadb-data:/var/lib/mysql:rw
secrets:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -34,9 +34,9 @@
"vlucas/phpdotenv": "^5.6",
"roots/bedrock-autoloader": "^1.0",
"roots/bedrock-disallow-indexing": "^2.0",
"roots/wordpress": "7.0.2",
"roots/wordpress": "7.0.4",
"roots/wp-config": "^1.0",
"wpackagist-plugin/akismet": "5.7",
"wpackagist-plugin/akismet": "5.7.2",
"wpackagist-plugin/disable-json-api": "1.8",
"wpackagist-plugin/hello-dolly": "1.7.2",
"wpackagist-plugin/wordpress-seo": "27.9",
Expand Down
26 changes: 13 additions & 13 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.