shopware
Shopware 6 development images
10K+
All described environment variables are displayed with their default values.
| Variable name | Default value |
|---|---|
| TZ | Europe/Berlin |
| Variable name | Default value |
|---|---|
| WEB_USER_UID | 1000 |
| WEB_USER_USERNAME | "netinventors" |
| WEB_USER_PASSWORD | "athene" |
The currently available PHP versions are:
| Variable name | Default value | Possible values |
|---|---|---|
| PHP_INI_SCAN_DIR | "/usr/local/etc/php/cli/conf.d" | |
| PHP_VERSION | 8.1 |
|
| ENABLE_XDEBUG | "true" |
|
| Variable name | Default value | Possible values |
|---|---|---|
| COMPOSER_HOME | /usr/local/share/composer | |
| COMPOSER_VERSION | 2 |
|
| UPDATE_COMPOSER | "false" |
|
| Variable name | Default value | Possible values |
|---|---|---|
| NODE_VERSION | 18.15.0 | |
| NPM_VERSION | 9.5.0 | |
| UPDATE_NODE | "false" |
|
| UPDATE_NPM | "false" |
|
| UPDATE_N | "false" |
|
| Variable name | Default value | Possible values | Description |
|---|---|---|---|
| SHOPWARE_AUTO_INSTALL | "true" |
| |
| SHOPWARE_FORCE_INSTALL | "false" |
| |
| SHOPWARE_SHOP_URL | "localhost" | ||
| SHOPWARE_SHOP_NAME | "Development-Shop" | ||
| SHOPWARE_SHOP_EMAIL | "no-reply@localhost" | ||
| SHOPWARE_SHOP_LOCALE | "de-DE" | ||
| SHOPWARE_SHOP_CURRENCY | "EUR" | ||
| SHOPWARE_ADMIN_USERNAME | "admin" | ||
| SHOPWARE_ADMIN_PASSSWORD | "shopware" | ||
| SHOPWARE_ADMIN_EMAIL | "admin@localhost" | ||
| SHOPWARE_ADMIN_FIRSTNAME | "David" | ||
| SHOPWARE_ADMIN_LASTNAME | "Lightman" | ||
| SHOPWARE_FIRST_RUN_WIZARD | "false" |
| |
| HOST | 0.0.0.0 | Administration watcher host | |
| PORT | 8080 | Administration watcher port | |
| STOREFRONT_PROXY_PORT | 9998 | Storefront watcher port | |
| DISABLE_ADMIN_COMPILATION_TYPECHECK | "true" |
| |
| SHOPWARE_ADMIN_BUILD_ONLY_EXTENSIONS | "true" |
| |
| PUPPETEER_SKIP_CHROMIUM_DOWNLOAD | "true" |
|
If MYSQL_HOST is localhost or 127.0.0.1 a local MySQL server instance will be startet automatically.
| Variable name | Default value |
|---|---|
| MYSQL_HOST | "localhost" |
| MYSQL_PORT | "3306" |
| MYSQL_USER | "netinventors" |
| MYSQL_PASSWORD | "athene" |
| MYSQL_DATABASE | "shopware" |
| Variable name | Default value |
|---|---|
| ENABLE_REDIS | "false" |
| REDIS_HOST | "localhost" |
| REDIS_PORT | "6379" |
| REDIS_PASSWORD | "shopware" |
| REDIS_DATABASE | 0 |
| Location | Description |
|---|---|
| /usr/local/share/composer | Composer cache directory |
| /usr/local/etc/php/apache2/conf.d | Additional loaded PHP configuring *.ini files for the Apache |
| /usr/local/etc/php/cli/conf.d | Additional loaded PHP configuring *.ini files for the CLI |
| /usr/local/var/log | Directory where all the logs goes to |
| /usr/local/var/backup | Directory storing created snapshots |
Some mapped volumes will now locate in different places.
| Old location | New location |
|---|---|
| /certs | No longer required |
| /etc/ssl/openssl.cnf | No longer required |
| /etc/apache2/sites-enabled | No longer required |
| /home/netinventors/.composer | /usr/local/share/composer |
| /usr/local/etc/php/conf.d | /usr/local/etc/php/cli/conf.d |
| /var/log/app | /usr/local/var/log |
You can run different commands directly via task.
Executing task without an argument is an alias for task --list and shows the available commands.
| Command | Description |
|---|---|
| frosh:adminer:install | Installs the FroshAdminer plugin |
| frosh:development-helper:install | Installs the FroshDevelopmentHelper plugin |
| frosh:mail-archive:install | Installs the FroshMailArchive plugin |
| frosh:tools:install | Installs the FroshTools plugin |
| administration:install-dependencies | Installs the Administration npm dependencies |
| administration:watch | Watches for Administration changes |
| administration:build | Builds the Administration |
| administration:build:full | Installs the npm dependencies and builds the Administration |
| storefront:install-dependencies | Installs the Storefront npm dependencies |
| storefront:watch | Watches for Storefront changes |
| storefront:build | Builds the Storefront |
| storefront:build:full | Installs the npm dependencies and builds the Storefront |
| build | Builds the Storefront and the Administration |
| build:full | Installs the npm dependencies and builds the Storefront and Administration |
| console | Runs "bin/console" Example: task console -- cache:clear |
| ci | Runs "bin/ci" Example: task ci -- cache:clear |
| bundle:dump | Creates a json file with the configuration for each active Shopware bundle |
| feature:dump | Creates json file with feature config for js testing and hot reloading capabilities |
| assets:install | Installs assets |
| theme:compile | Compiles the Storefront themes for each sales channel |
| cache:clear | Clears the cache |
| config:enable | Enables symfony package configs Example: task config:enable -- "redis*" |
| config:enable:all | Enables all symfony package configs |
| config:disable | Disables symfony package configs Example: task config:disable -- "redis*" |
| config:disable:all | Disables all symfony package configs |
| snapshot:list | Lists available snapshots |
| snapshot:create | Creates a snapshot Example: task snapshot:create -- "Comment" |
| snapshot:restore | Restores a snapshot Example: task snapshot:restore -- "810511133700" |
| snapshot:restore:files | Restores a snapshots files Example: task snapshot:restore:files -- "810511133700" |
| snapshot:restore:database | Restores a snapshots database Example: task snapshot:restore:database -- "810511133700" |
| snapshot:remove | Removes a snapshot Example: task snapshot:remove -- "810511133700" |
| snapshot:purge | Purges all snapshots |
Content type
Image
Digest
sha256:06da87a2e…
Size
887.5 MB
Last updated
8 days ago
docker pull netinventors/shopware:6.6.10.20-php8.5