Skip to content

Commit

Permalink
chore: bump deps, mariadb, start_interval
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Apr 7, 2024
1 parent bf83a79 commit b82086e
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 90 deletions.
4 changes: 2 additions & 2 deletions docker-compose-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
healthcheck:
test: ['CMD', 'curl', '-f', 'http://localhost']
start_period: 10s
start_interval: 1s
start_interval: 2s
interval: 30s
timeout: 10s
retries: 3
Expand All @@ -29,7 +29,7 @@ services:
test: ['CMD', 'mariadb', '-u${MARIADB_USER}', '-p${MARIADB_PASSWORD}', '-e', 'show databases;']
# Need to account for upgrade times at startup
start_period: 30s
start_interval: 1s
start_interval: 2s
interval: 30s
timeout: 10s
retries: 3
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
env_file:
- src/.env
glass-db:
image: 'mariadb:11.1.3'
image: 'mariadb:11.3.2'
restart: always
volumes:
- database-data:/var/lib/mysql
Expand Down
175 changes: 88 additions & 87 deletions src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b82086e

Please sign in to comment.