-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Making docker orb friendly, customize locally (#179)
* Making docker orb friendly, customize locally * orb by default, but overrideble for local ports * fixing mu-plugins * no need to ignore mu-plugins * connect gulp to orb by default
- Loading branch information
Showing
9 changed files
with
53 additions
and
13 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
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
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
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# copy this to the root of your project if you wan to customize the docker-compose.yml file defaults | ||
# common usage are to change the ports or to add environment variables | ||
# make sure when you run docker, you incorporate -- see .vscode/tasks.json for an example | ||
|
||
# version: '3.3' | ||
|
||
# services: | ||
# db: | ||
# ports: | ||
# - '3307:3306' | ||
|
||
# wordpress: | ||
# ports: | ||
# - '8000:80' | ||
# environment: | ||
# WORDPRESS_CONFIG_EXTRA: | | ||
# define('WP_ENV', 'development'); | ||
# define('WP_LOCAL_DEV', true); | ||
# define('WP_THEME', 'timber'); | ||
# define('WP_DEBUG_LOG', true ); | ||
# define('WP_DEBUG_DISPLAY', false); | ||
# @ini_set('display_errors', 0); |
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
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
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
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
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