-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
541bb61
commit f4c46b2
Showing
8 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Custom configuration for database clients. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
# Database container. | ||
# | ||
# @see https://hub.docker.com/r/uselagoon/mariadb-10.11-drupal/tags | ||
# @see https://github.com/uselagoon/lagoon-images/tree/main/images/mariadb-drupal | ||
# | ||
# Use drevops/mariadb-drupal-data as a starting container image for your | ||
# database-in-image database. | ||
# @see https://github.com/drevops/mariadb-drupal-data | ||
# @see https://hub.docker.com/r/uselagoon/mysql-8.4/tags | ||
# @see https://github.com/uselagoon/lagoon-images/tree/main/images/mysql | ||
# | ||
# The ARG value will be updated with a value passed from docker-compose.yml | ||
ARG IMAGE=uselagoon/mariadb-10.11-drupal:25.1.0 | ||
ARG IMAGE=uselagoon/mysql-8.4:25.1.0 | ||
|
||
# hadolint ignore=DL3006 | ||
FROM ${IMAGE} | ||
|
||
USER root | ||
COPY ./.docker/config/mariadb/my.cnf /etc/my.cnf.d/server.cnf | ||
COPY ./.docker/config/database/my.cnf /etc/my.cnf.d/server.cnf | ||
RUN fix-permissions /etc/my.cnf.d/ | ||
|
||
ENV MYSQL_DATABASE=drupal \ | ||
MYSQL_USER=drupal \ | ||
MYSQL_PASSWORD=drupal | ||
|
||
USER mysql |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f4c46b2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Published on https://vortex-docs.netlify.app as production
🚀 Deployed on https://67a031cb57f70e1397781437--vortex-docs.netlify.app