clone, build, and run your dockerized project with nginx on multiple sub domains on ONE server
- supported YML syntax (with extend files)
- supported multiple environments
- no docker-compose dependency
- supported project profiles
- supported multiple storages
- auto ssl generation
- supported real client IP
- supported maintenance mode
- maximum uptime
- mysql (default: v8.0)
- redis (default: alpine)
- mongo (default: latest)
- docker
- node 12 or higher
- DAT (Developer Automation Tool)
-
dat p add --name=test_project
- you can set default env in
.dat/.env
file withdefaultEnv
property. - default env is
prod
- you can set default env in
-
edit
profiles/test_project/configs.prod.yml
file (to define your apps and used databases) -
dat p i
install/update project -
dat p stp
stop docker containers
- Install Requirements
- Application Requirements for Deploy
- Generate SSL
- Configure project
- Nginx Analyzer
- project_installer was built by DAT 0.5.9
- madkne