Skip to content

Commit

Permalink
Added MARIADB variables to docker-compose.yml file.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangrynenko committed Feb 17, 2024
1 parent 1894968 commit f2eb009
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ x-environment:
# Uncomment if you like to have the system behave like in production
LAGOON_ENVIRONMENT_TYPE: production
LAGOON_FEATURE_FLAG_ROOTLESS_WORKLOAD: ${LAGOON_FEATURE_FLAG_ROOTLESS_WORKLOAD:-enabled}
MARIADB_DATABASE: ${MARIADB_DATABASE:-lagoon}
MARIADB_USERNAME: ${MARIADB_USERNAME:-lagoon}
MARIADB_PASSWORD: ${MARIADB_PASSWORD:-lagoon}
MARIADB_HOST: ${MARIADB_HOST:-mariadb}
WEBROOT: ${WEBROOT:-web}
# Uncomment to enable xdebug and then restart via `docker-compose up -d`
# XDEBUG_ENABLE: "true"
Expand Down

0 comments on commit f2eb009

Please sign in to comment.