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/drupal:nginx-1.30.3-php84@sha256:577679b1ccdfc0ba6067219b8e3ec1678e0a52843636587553da5f5e5e20d188
ARG BASE_IMAGE=libops/drupal:nginx-1.30.3-php84@sha256:c1cd0f0647471caf7176a5bcd79a73ac483a61456e1ac92a7f6f99e6c8967f9d
FROM ${BASE_IMAGE}

ARG TARGETARCH
Expand Down
10 changes: 5 additions & 5 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ secrets:

services:
init:
image: libops/base:3.2.2.0@sha256:851e17742b5fee57038855f46b1a46d2716c0012c5f3a4788b7e5c7bc12fed5e
image: libops/base:3.2.2.0@sha256:bd4341e08ac0a34b32e03d01fdc0d0fc8f298d6c1aa63384744056b455dc1511
restart: no
networks:
default:
Expand All @@ -54,7 +54,7 @@ services:

mariadb:
<<: *common
image: libops/mariadb:11@sha256:7e0eb90c7cba204b62e8bed72fba00193cbc2e50072fc6e40a6fab8de4b0b857
image: libops/mariadb:11@sha256:1f460a8da9e7164f017c90157f8b673ff376e57891e56866afcd0286343d0d4d
secrets:
- source: DB_ROOT_PASSWORD
volumes:
Expand Down Expand Up @@ -106,7 +106,7 @@ services:
- ./config:/var/www/drupal/config:z,rw

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

solr:
<<: *common
image: libops/solr:9@sha256:d4f5d06c5cba47677ba96580c1a8b524f26f93c0d05392dc287b34da9ca07d86
image: libops/solr:9@sha256:9a51e62c86ea29ad137de6b83226c3d2a5631d4a70e691634700276e4ed38f4e
volumes:
- solr-data:/data:rw
- type: volume
Expand All @@ -143,7 +143,7 @@ services:

traefik:
<<: *common
image: traefik:v3.7.9@sha256:652929a140a32d7cafafb13c6cdfab5376cfeff800f51397b87b524501ed02a8
image: traefik:v3.7.10@sha256:9c3b91d5fb7770853ca5c1124a23c34bf2d9b47ffaebeab2614cbaf410dcb2ac
command: >-
--ping=true
--log.level=INFO
Expand Down
101 changes: 50 additions & 51 deletions composer.lock

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

Loading