This is DDD tutorial for goland
- Create .env file in src/training/app and root directory
ex:
DB_NAME=gopherDB
DB_USER=gopher
DB_PASS=password
DB_PORT=3306
DBMS=mysql
HOST=ddd-training-mysql
TZ=Asia/Tokyo
-
Run
docker-compose up
-
Go to
localhost:8080