Open 2XL opened 5 years ago
Motivation:
Setup local dev environment
Learning new tools:
Results for today
hint: (this is not a valid manifest, may require small fixes)
# docker-compose.yml version services nginx image: nginx backend: image: php port: 80 frontend: image: php port: 8080 database: image: mysql port: 3306
Additianal learning
docker-compose start database
there is a demo database dump shared through dropbox/qianli/db directory *.sql
*.sql
Motivation:
Setup local dev environment
Learning new tools:
Results for today
hint: (this is not a valid manifest, may require small fixes)