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/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 numberDiff line numberDiff line change
Expand Up@@ -32,7 +32,7 @@ secrets:

services:
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@@ -54,7 +54,7 @@ services:

mariadb:
<<: *common
image: libops/mariadb:11@sha256:7e0eb90c7cba204b62e8bed72fba00193cbc2e50072fc6e40a6fab8de4b0b857
image: libops/mariadb:11@sha256:52bc6b83b75921239237d57db7b14fb7cbcecafee6ce110c49fd31d990ec0828
secrets:
- source: DB_ROOT_PASSWORD
volumes:
Expand DownExpand Up@@ -112,7 +112,7 @@ services:
- drupal-solr-config:/opt/solr/server/solr/default:z,rw

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@@ -134,7 +134,7 @@ services:

solr:
<<: *common
image: libops/solr:9@sha256:d4f5d06c5cba47677ba96580c1a8b524f26f93c0d05392dc287b34da9ca07d86
image: libops/solr:9@sha256:e89b85fac6137e6e094fd9805100bca2d0e52e27265102e7ee1f9583ffc8969d
volumes:
- solr-data:/data:rw
- type: volume
Expand All@@ -149,7 +149,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
Loading