Skip to content

Commit

Permalink
CircleCI build problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
edwh committed Dec 3, 2024
1 parent 06b11e6 commit 8b6edec
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ jobs:
- MARIADB_PORT_NUMBER=3307
- MARIADB_USER=bn_mediawiki
- MARIADB_DATABASE=bitnami_mediawiki
healthcheck:
test: [ "CMD", "healthcheck.sh", "--connect", "--innodb_initialized" ]
start_period: 10s
interval: 10s
timeout: 5s
retries: 3
- image: 'bitnami/mediawiki:1'
name: mediawiki
labels:
Expand All @@ -51,7 +57,8 @@ jobs:
- MEDIAWIKI_HOST=mediawiki
- TZ: "UTC"
depends_on:
- mariadb
- mariadb:
condition: service_healthy
- image: 'docker.io/bitnami/postgresql:11'
name: postgresql
# No volumes on CircleCI
Expand Down

0 comments on commit 8b6edec

Please sign in to comment.