- Notifications
You must be signed in to change notification settings - Fork6
refactorian/nestjs-typeorm-docker
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
- NestJS v10.x
- TypeScript v5.x
- MariaDB v10.11.x (default)
- MySQL v8.1.x
- phpMyAdmin v5.x
- Postgres v16.x
- pgAdmin v4.x
- Adminer v4.8.x
- Node.js v18.x
- NPM v10.x
- Stable version ofDocker
- Compatible version ofDocker Compose
docker compose up -d
- URL:http://localhost:8080
- Server:
db - Username:
refactorian - Password:
refactorian - Database:
refactorian
- URL:http://localhost:9090
- Server:
db - Username:
refactorian - Password:
refactorian - Database:
refactorian
- Build or rebuild services
docker compose build
- Create and start containers
docker compose up -d
- Stop and remove containers, networks
docker compose down
- Stop all services
docker compose stop
- Restart service containers
docker compose restart
- Run a command inside a container
docker compose exec [container] [command]
About
NestJS Docker Easy Starter Kit - NestJS v10.x, MariaDB v10.11.x, phpMyAdmin v5.x
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.