Skip to content

Commit

Permalink
added docker
Browse files Browse the repository at this point in the history
  • Loading branch information
TarasYashchuk committed Jul 31, 2024
1 parent 3b4b05c commit 0140082
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
MYSQLDB_USER=root
MYSQLDB_ROOT_PASSWORD=12345678
MYSQLDB_DATABASE=bookStore
MYSQL_LOCAL_PORT=3307
MYSQL_DB_DOCKER_PORT=3306

SPRING_LOCAL_PORT=8081
SPRING_DOCKER_PORT=8080
DEBUG_PORT=5005

0 comments on commit 0140082

Please sign in to comment.