https://github.com/ranadas/dockercompose-sboot-mysql
dockercompose springboot mysql nginx
https://github.com/ranadas/dockercompose-sboot-mysql
Last synced: 5 months ago
JSON representation
dockercompose springboot mysql nginx
- Host: GitHub
- URL: https://github.com/ranadas/dockercompose-sboot-mysql
- Owner: ranadas
- Created: 2019-09-01T21:48:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-21T23:29:38.000Z (over 4 years ago)
- Last Synced: 2024-04-16T07:54:44.774Z (about 2 years ago)
- Language: Java
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### Spring Boot + Docker Compose Example with MySQL and NGINX
http://localhost:8080/
https://hellokoding.com/docker-compose-with-spring-boot-mysql-nginx/
##
https://serverfault.com/questions/230012/mysql-access-denied-for-user-rootx-x-x-x
https://www.thegeekstuff.com/2016/04/docker-compose-up-stop-rm
https://devilbox.readthedocs.io/en/latest/custom-container/enable-varnish.html
'''bash
GRANT ALL privileges on test.* to 'azuser'@'192.168.0.143' identified by 'password321';
FLUSH PRIVILEGES;
GRANT ALL PRIVILEGES ON * . * TO 'azuser'@'%';
mysql -uroot --protocol=TCP --port=3306 --host=192.168.0.143 -p
mysql test -uroot --port=3306 --host=192.168.0.143 -p
mysql test -uazuser --port=3306 --host=192.168.0.143 -p
'''
https://blog.dgraph.io/post/building-todo-list-react-dgraph/
https://spring.io/blog/2018/11/08/spring-boot-in-a-container