Describe the bug
I went throught the steps and had to:
networks:
app-network:
driver: bridge
MYSQL_ROOT_PASSWORD=rootpass
MYSQL_DATABASE=orienteerfeed
MYSQL_USER=ofeed
MYSQL_PASSWORD=ofeedpass
MYSQL_HOST=localhost
MYSQL_PORT=3306
DATABASE_URL=mysql://ofeed:ofeedpass@localhost:3306/orienteerfeed
To Reproduce
Follow the steps.
Expected behavior
Smoth local development setup.
Screenshots
Additional context
Add any other context about the problem here.
Describe the bug
I went throught the steps and had to:
app-network.env.exampleswith initial values, e.g.:ENCRYPTION_SECRET_KEYandJWT_TOKEN_SECRET_KEYvalues in.envfile.SportandCountry, had to runpnpm db:seedTo Reproduce
Follow the steps.
Expected behavior
Smoth local development setup.
Screenshots
Additional context
Add any other context about the problem here.