Add: Docker start-dev script

This commit is contained in:
Sonny
2023-02-14 19:14:27 +01:00
parent 1110734394
commit 7754c87d96
5 changed files with 51 additions and 7134 deletions

View File

@@ -2,6 +2,8 @@ DB_USER="my_user"
DB_PASSWORD=""
DB_DATABASE="my-links"
DATABASE_URL="mysql://${DB_USER}:${DB_PASSWORD}@localhost:3306/${DB_DATABASE}"
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_URL_INTERNAL=http://localhost:3000