fix: revert db to plain mysql image, remove *.sql from gitignore
This commit is contained in:
+1
-3
@@ -37,9 +37,7 @@ services:
|
||||
|
||||
# 3. MySQL Database Service
|
||||
db:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./docker/db/Dockerfile
|
||||
image: mysql:8.0
|
||||
container_name: gis_db
|
||||
command: --default-authentication-plugin=mysql_native_password
|
||||
# No host port mapping - DB is only accessible internally via gis-network
|
||||
|
||||
Reference in New Issue
Block a user