Fix development mySQL URL pointing to non-existing container (#1164)

This commit is contained in:
marc7s
2025-02-01 15:57:46 +01:00
committed by GitHub
parent bdb2aef669
commit 71394e39d6

View File

@@ -31,7 +31,7 @@ services:
environment:
PHOTOVIEW_DATABASE_DRIVER: sqlite # Change to the right database driver
PHOTOVIEW_SQLITE_PATH: photoview.db
PHOTOVIEW_MYSQL_URL: photoview:photosecret@tcp(mysql)/photoview_test
PHOTOVIEW_MYSQL_URL: photoview:photosecret@tcp(mariadb)/photoview_test
PHOTOVIEW_POSTGRES_URL: postgres://photoview:photosecret@postgres:5432/photoview_test
volumes:
- .:/app:rw