10 lines
461 B
Bash
10 lines
461 B
Bash
# Copy this file to .env and edit DATABASE_URL before running docker compose.
|
|
#
|
|
# If MySQL runs on the same host as Docker, use host.docker.internal.
|
|
# docker-compose.yml maps it to the Linux Docker host with host-gateway.
|
|
# If MySQL runs on another server, use that server's reachable IP address or domain name.
|
|
DATABASE_URL=mysql+pymysql://root:Plo6lvzOPtMNzVIA@host.docker.internal:3306/financial_system?charset=utf8mb4
|
|
|
|
BACKEND_PORT=8005
|
|
FRONTEND_PORT=5179
|