MySQL
Image: mysql:8.4
- Port 3306/tcp
- 10 GB volume at /var/lib/mysql
- 1 vCPU · 1 GB
Template · CMS & sites
The classic CMS with MySQL 8 and a persistent wp-content.
Opens the dashboard with this template pre-selected. Sign in with GitHub if you are new; the free tier needs no card.
2 services in the environment you pick, on the private network of the project.
wordpress:6-apache + mysql:8.4. Uploads, themes and plugins live on the volume at /var/www/html.
Open the public URL to run the 5-minute install.
Image: mysql:8.4
Image: wordpress:6-apache
Generated secrets never leave the platform; references are resolved on the private network. Anything marked required is asked for at deploy time.
| Name | Value |
|---|---|
| MYSQL_ROOT_PASSWORD | generated (password) |
| MYSQL_DATABASE | wordpress |
| MYSQL_USER | wordpress |
| MYSQL_PASSWORD | generated (password) |
| MYSQL_URL | mysql://${{self.MYSQL_USER}}:${{self.MYSQL_PASSWORD}}@${{self.SKIFFLY_PRIVATE_DOMAIN}}:3306/${{self.MYSQL_DATABASE}} |
| Name | Value |
|---|---|
| WORDPRESS_DB_HOST | ${{MySQL.SKIFFLY_PRIVATE_DOMAIN}}:3306 |
| WORDPRESS_DB_USER | ${{MySQL.MYSQL_USER}} |
| WORDPRESS_DB_PASSWORD | ${{MySQL.MYSQL_PASSWORD}} |
| WORDPRESS_DB_NAME | ${{MySQL.MYSQL_DATABASE}} |
| WORDPRESS_CONFIG_EXTRA | if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] === 'https') { $_SERVER['HTTPS'] = 'on'; } |
Volumes, secrets and domain pre-wired. Runs on EU nodes, paid per minute from a prepaid balance.