Skip to content

Commit

Permalink
Add persistant db storage
Browse files Browse the repository at this point in the history
  • Loading branch information
vvoleman committed May 13, 2024
1 parent 2afc403 commit 934492b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ docker-compose.override.yml
/.idea/workspace.xml

composer.lock
db_data
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ services:
- "${MYSQL_PUBLIC_PORT}:3306"
networks:
- default
volumes:
- ./db_data:/var/lib/mysql
# volumes:
# - .docker/setup.sql:/docker-entrypoint-initdb.d/setup.sql
env_file:
Expand Down

0 comments on commit 934492b

Please sign in to comment.