Skip to content

Commit

Permalink
Bumped versions, removed redundant appname suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
nativeit committed Apr 8, 2024
1 parent 1fe57fc commit 6d9f032
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
6 changes: 3 additions & 3 deletions public/v4/apps/wordpress-only.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
captainVersion: 4
services:
$$cap_appname-wordpress:
$$cap_appname:
image: wordpress:$$cap_wp_version
volumes:
- $$cap_appname-wp-data:/var/www/html
Expand Down Expand Up @@ -35,7 +35,7 @@ caproverOneClickApp:
defaultValue: $$cap_gen_random_hex(16)
- id: $$cap_wp_version
label: WordPress Version
defaultValue: 5.4.0
defaultValue: '6.5.0'
description: Check out their Docker page for the valid tags https://hub.docker.com/r/library/wordpress/tags/
validRegex: /^([^\s^\/])+$/
instructions:
Expand All @@ -46,7 +46,7 @@ caproverOneClickApp:
Note: This app is intended for advanced users who'd like to have a central DB in a single container for multiple WP's. You should start by configuring your DB first and then comeback with all the DB Information.
end: >-
Wordpress is deployed and available as $$cap_appname-wordpress .
Wordpress is deployed and available as $$cap_appname .
IMPORTANT: It will take up to 2 minutes for WordPress to be ready. Before that, you might see a 502 error page.
Expand Down
8 changes: 4 additions & 4 deletions public/v4/apps/wordpress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
MYSQL_PASSWORD: $$cap_db_pass
caproverExtra:
notExposeAsWebApp: 'true'
$$cap_appname-wordpress:
$$cap_appname:
depends_on:
- $$cap_appname-db
image: wordpress:$$cap_wp_version
Expand All @@ -36,7 +36,7 @@ caproverOneClickApp:
defaultValue: $$cap_gen_random_hex(16)
- id: $$cap_wp_version
label: WordPress Version
defaultValue: '6.0.1'
defaultValue: '6.5.0'
description: Check out their Docker page for the valid tags https://hub.docker.com/r/library/wordpress/tags/
validRegex: /^([^\s^\/])+$/
- id: $$cap_db_type
Expand All @@ -46,7 +46,7 @@ caproverOneClickApp:
validRegex: /^(mysql|mariadb)$/
- id: $$cap_database_version
label: Database Version, default is MySQL
defaultValue: '8.0.29'
defaultValue: '8.3.0'
description: Check out the Docker pages for the valid tags https://hub.docker.com/r/library/mysql/tags/ or https://hub.docker.com/_/mariadb?tab=tags
validRegex: /^([^\s^\/])+$/
instructions:
Expand All @@ -55,7 +55,7 @@ caproverOneClickApp:
Enter your WordPress Configuration parameters and click on next. A MySQL (database) and a WordPress container will be created for you. The process will take about a minute for the process to finish.
end: >
Wordpress is deployed and available as $$cap_appname-wordpress .
Wordpress is deployed and available as $$cap_appname .
IMPORTANT: It will take up to 2 minutes for WordPress to be ready. Before that, you might see a 502 error page.
displayName: WordPress
Expand Down
7 changes: 7 additions & 0 deletions scripts/one-click-apps.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"folders": [
{
"path": ".."
}
]
}

0 comments on commit 6d9f032

Please sign in to comment.