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:aa0c61029734f3293bca068a95c72c0b07ac949292c446c83ada78e81a42c85d
restart: no
networks:
default:
Expand All @@ -54,7 +54,7 @@ services:

mariadb:
<<: *common
image: libops/mariadb:11@sha256:7e0eb90c7cba204b62e8bed72fba00193cbc2e50072fc6e40a6fab8de4b0b857
image: libops/mariadb:11@sha256:811514a3ea25f570731e9d2fc7290839fd6a80fa8e4bef05c51439e81543960e
secrets:
- source: DB_ROOT_PASSWORD
volumes:
Expand Down Expand 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:851e17742b5fee57038855f46b1a46d2716c0012c5f3a4788b7e5c7bc12fed5e
image: libops/base:3.2.2.0@sha256:aa0c61029734f3293bca068a95c72c0b07ac949292c446c83ada78e81a42c85d
restart: "no"
networks:
default:
Expand All @@ -134,7 +134,7 @@ services:

solr:
<<: *common
image: libops/solr:9@sha256:d4f5d06c5cba47677ba96580c1a8b524f26f93c0d05392dc287b34da9ca07d86
image: libops/solr:9@sha256:37e20c0195de7d7560f41afe5edc67e1f775aec7a3ada5fb0584260eef9a51c8
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