-
Notifications
You must be signed in to change notification settings - Fork 563
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
35928d9
commit 1977b23
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Sat Dec 7 05:48:03 UTC 2024 | ||
Thu Dec 19 05:09:30 UTC 2024 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"captainVersion":2,"dockerCompose":{"services":{"$$cap_appname-db":{"image":"mysql:$$cap_mysql_version","volumes":["$$cap_appname-db-data:/var/lib/mysql"],"restart":"always","environment":{"MYSQL_ROOT_PASSWORD":"$$cap_db_pass"},"notExposeAsWebApp":"true"}}},"variables":[{"id":"$$cap_mysql_version","label":"MySQL Version","defaultValue":"5.7","description":"Check out their Docker page for the valid tags https://hub.docker.com/r/library/mysql/tags/","validRegex":"/^([^\\s^\\/])+$/"},{"id":"$$cap_db_pass","label":"MySQL Root password","description":"","validRegex":"/.{1,}/"}],"instructions":{"start":"MySQL is the world's most popular open source database. With its proven performance, reliability and ease-of-use, MySQL has become the leading database choice for web-based applications, covering the entire range from personal projects and websites, via e-commerce and information services, all the way to high profile web properties including Facebook, Twitter, YouTube, Yahoo! and many more.\nAfter installation on CapRover, it will be available as srv-captain--YOUR_CONTAINER_NAME at port 3306 to other CapRover apps.\nEnter your MySQL Configuration parameters and click on next. It will take about a minute for the process to finish.","end":"MySQL is deployed and available as srv-captain--$$cap_appname-db:3306 to other apps. For example with NodeJS, you do 'var con = mysql.createConnection({ host: 'srv-captain--$$cap_appname-db', user: 'root', password: '*********' });'"},"displayName":"MySQL","isOfficial":true,"description":"MySQL is a relational database management system based on SQL","documentation":"Taken from https://docs.docker.com/compose/mysql/"} | ||
{"captainVersion":2,"dockerCompose":{"services":{"$$cap_appname-db":{"image":"mysql:$$cap_mysql_version","volumes":["$$cap_appname-db-data:/var/lib/mysql"],"restart":"always","environment":{"MYSQL_ROOT_PASSWORD":"$$cap_db_pass"},"notExposeAsWebApp":"true"}}},"variables":[{"id":"$$cap_mysql_version","label":"MySQL Version","defaultValue":"8.4.3","description":"Check out their Docker page for the valid tags https://hub.docker.com/r/library/mysql/tags/","validRegex":"/^([^\\s^\\/])+$/"},{"id":"$$cap_db_pass","label":"MySQL Root password","description":"","validRegex":"/.{1,}/"}],"instructions":{"start":"MySQL is the world's most popular open source database. With its proven performance, reliability and ease-of-use, MySQL has become the leading database choice for web-based applications, covering the entire range from personal projects and websites, via e-commerce and information services, all the way to high profile web properties including Facebook, Twitter, YouTube, Yahoo! and many more.\nAfter installation on CapRover, it will be available as srv-captain--YOUR_CONTAINER_NAME at port 3306 to other CapRover apps.\nEnter your MySQL Configuration parameters and click on next. It will take about a minute for the process to finish.","end":"MySQL is deployed and available as srv-captain--$$cap_appname-db:3306 to other apps. For example with NodeJS, you do 'var con = mysql.createConnection({ host: 'srv-captain--$$cap_appname-db', user: 'root', password: '*********' });'"},"displayName":"MySQL","isOfficial":true,"description":"MySQL is a relational database management system based on SQL","documentation":"Taken from https://docs.docker.com/compose/mysql/"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"captainVersion":2,"dockerCompose":{"services":{"$$cap_appname-db":{"image":"mysql:$$cap_mysql_version","volumes":["$$cap_appname-db-data:/var/lib/mysql"],"restart":"always","environment":{"MYSQL_ROOT_PASSWORD":"$$cap_db_pass"},"notExposeAsWebApp":"true"}}},"variables":[{"id":"$$cap_mysql_version","label":"MySQL Version","defaultValue":"5.7","description":"Check out their Docker page for the valid tags https://hub.docker.com/r/library/mysql/tags/","validRegex":"/^([^\\s^\\/])+$/"},{"id":"$$cap_db_pass","label":"MySQL Root password","description":"","validRegex":"/.{1,}/"}],"instructions":{"start":"MySQL is the world's most popular open source database. With its proven performance, reliability and ease-of-use, MySQL has become the leading database choice for web-based applications, covering the entire range from personal projects and websites, via e-commerce and information services, all the way to high profile web properties including Facebook, Twitter, YouTube, Yahoo! and many more.\nAfter installation on CapRover, it will be available as srv-captain--YOUR_CONTAINER_NAME at port 3306 to other CapRover apps.\nEnter your MySQL Configuration parameters and click on next. It will take about a minute for the process to finish.","end":"MySQL is deployed and available as srv-captain--$$cap_appname-db:3306 to other apps. For example with NodeJS, you do 'var con = mysql.createConnection({ host: 'srv-captain--$$cap_appname-db', user: 'root', password: '*********' });'"},"displayName":"MySQL","isOfficial":true,"description":"MySQL is a relational database management system based on SQL","documentation":"Taken from https://docs.docker.com/compose/mysql/"} | ||
{"captainVersion":2,"dockerCompose":{"services":{"$$cap_appname-db":{"image":"mysql:$$cap_mysql_version","volumes":["$$cap_appname-db-data:/var/lib/mysql"],"restart":"always","environment":{"MYSQL_ROOT_PASSWORD":"$$cap_db_pass"},"notExposeAsWebApp":"true"}}},"variables":[{"id":"$$cap_mysql_version","label":"MySQL Version","defaultValue":"8.4.3","description":"Check out their Docker page for the valid tags https://hub.docker.com/r/library/mysql/tags/","validRegex":"/^([^\\s^\\/])+$/"},{"id":"$$cap_db_pass","label":"MySQL Root password","description":"","validRegex":"/.{1,}/"}],"instructions":{"start":"MySQL is the world's most popular open source database. With its proven performance, reliability and ease-of-use, MySQL has become the leading database choice for web-based applications, covering the entire range from personal projects and websites, via e-commerce and information services, all the way to high profile web properties including Facebook, Twitter, YouTube, Yahoo! and many more.\nAfter installation on CapRover, it will be available as srv-captain--YOUR_CONTAINER_NAME at port 3306 to other CapRover apps.\nEnter your MySQL Configuration parameters and click on next. It will take about a minute for the process to finish.","end":"MySQL is deployed and available as srv-captain--$$cap_appname-db:3306 to other apps. For example with NodeJS, you do 'var con = mysql.createConnection({ host: 'srv-captain--$$cap_appname-db', user: 'root', password: '*********' });'"},"displayName":"MySQL","isOfficial":true,"description":"MySQL is a relational database management system based on SQL","documentation":"Taken from https://docs.docker.com/compose/mysql/"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"captainVersion":4,"services":{"$$cap_appname-db":{"image":"mysql:$$cap_mysql_version","volumes":["$$cap_appname-db-data:/var/lib/mysql"],"restart":"always","environment":{"MYSQL_ROOT_PASSWORD":"$$cap_db_pass"},"caproverExtra":{"notExposeAsWebApp":"true"}}},"caproverOneClickApp":{"variables":[{"id":"$$cap_mysql_version","label":"MySQL Version","defaultValue":"5.7","description":"Check out their Docker page for the valid tags https://hub.docker.com/r/library/mysql/tags/","validRegex":"/^([^\\s^\\/])+$/"},{"id":"$$cap_db_pass","label":"MySQL Root password","description":"","validRegex":"/.{1,}/"}],"instructions":{"start":"MySQL is the world's most popular open source database. With its proven performance, reliability and ease-of-use, MySQL has become the leading database choice for web-based applications, covering the entire range from personal projects and websites, via e-commerce and information services, all the way to high profile web properties including Facebook, Twitter, YouTube, Yahoo! and many more.\nAfter installation on CapRover, it will be available as srv-captain--YOUR_CONTAINER_NAME at port 3306 to other CapRover apps.\nEnter your MySQL Configuration parameters and click on next. It will take about a minute for the process to finish.","end":"MySQL is deployed and available as srv-captain--$$cap_appname-db:3306 to other apps. For example with NodeJS, you do 'var con = mysql.createConnection({ host: 'srv-captain--$$cap_appname-db', user: 'root', password: '*********' });'"},"displayName":"MySQL","isOfficial":true,"description":"MySQL is a relational database management system based on SQL","documentation":"Taken from https://docs.docker.com/compose/mysql/"}} | ||
{"captainVersion":4,"services":{"$$cap_appname-db":{"image":"mysql:$$cap_mysql_version","volumes":["$$cap_appname-db-data:/var/lib/mysql"],"restart":"always","environment":{"MYSQL_ROOT_PASSWORD":"$$cap_db_pass"},"caproverExtra":{"notExposeAsWebApp":"true"}}},"caproverOneClickApp":{"variables":[{"id":"$$cap_mysql_version","label":"MySQL Version","defaultValue":"8.4.3","description":"Check out their Docker page for the valid tags https://hub.docker.com/r/library/mysql/tags/","validRegex":"/^([^\\s^\\/])+$/"},{"id":"$$cap_db_pass","label":"MySQL Root password","description":"","validRegex":"/.{1,}/"}],"instructions":{"start":"MySQL is the world's most popular open source database. With its proven performance, reliability and ease-of-use, MySQL has become the leading database choice for web-based applications, covering the entire range from personal projects and websites, via e-commerce and information services, all the way to high profile web properties including Facebook, Twitter, YouTube, Yahoo! and many more.\nAfter installation on CapRover, it will be available as srv-captain--YOUR_CONTAINER_NAME at port 3306 to other CapRover apps.\nEnter your MySQL Configuration parameters and click on next. It will take about a minute for the process to finish.","end":"MySQL is deployed and available as srv-captain--$$cap_appname-db:3306 to other apps. For example with NodeJS, you do 'var con = mysql.createConnection({ host: 'srv-captain--$$cap_appname-db', user: 'root', password: '*********' });'"},"displayName":"MySQL","isOfficial":true,"description":"MySQL is a relational database management system based on SQL","documentation":"Taken from https://docs.docker.com/compose/mysql/"}} |