https://github.com/hmknapp/woocommerce-docker
https://github.com/hmknapp/woocommerce-docker
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hmknapp/woocommerce-docker
- Owner: HMKnapp
- Created: 2021-08-26T16:12:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-27T09:03:00.000Z (almost 5 years ago)
- Last Synced: 2024-03-22T21:34:55.637Z (about 2 years ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
== Ready to Use WooCommerce
=== Launch
`docker-compose --env-file .env up`
=== Configure
Edit `.env`
.Minimum Configuration
. `NGROK_TOKEN`
+
Optional. To start ngrok inside docker and create a temporary URL
+
. `WORDPRESS_HOST`
+
Optional. E.g. with permanent ngrok outside docker: `ngrok http https://localhost:8443`
+
. `PLUGIN_URL`
+
Optional. URL to git repository or `.zip` file
+
. `PLUGIN_VERSION`
+
Optional. Default: `master`. Can be branch, tag, commit. Ignored if `PLUGIN_URL` points to `.zip` file
//-
NOTE: Plugin name is derived from name of first directory in repo or `.zip`.