Skip to content

Commit

Permalink
Revert "Persist mysql db (#148)"
Browse files Browse the repository at this point in the history
This reverts commit 4231a5d.
  • Loading branch information
epugh committed May 11, 2023
1 parent 4231a5d commit fcf9b0e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ services:
- OTEL_EXPORTER_JAEGER_ENDPOINT=http://jaeger:14268/api/traces
depends_on:
- solr1
# - jaeger

mysql:
container_name: mysql
Expand All @@ -28,8 +29,6 @@ services:
- MYSQL_ROOT_PASSWORD=password
volumes:
- ./mysql/docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d
- ./volumes/mysql_data:/var/lib/mysql
restart: always
healthcheck:
test: "/usr/bin/mysql --user=root --password=password --execute \"SHOW DATABASES;\""
interval: 10s
Expand Down

0 comments on commit fcf9b0e

Please sign in to comment.