-
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.
chore: Added
compose.override.yml.dist
example to expose all contai…
…ners ports for development
- Loading branch information
1 parent
fbd55d2
commit 24042c4
Showing
5 changed files
with
31 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Expose all services default ports for local development | ||
services: | ||
db: | ||
ports: | ||
- ${PUBLIC_DB_PORT}:3306/tcp | ||
nginx: | ||
ports: | ||
- ${PUBLIC_NGINX_PORT}:80/tcp | ||
mailer: | ||
ports: | ||
- ${PUBLIC_MAILER_PORT}:8025/tcp | ||
varnish: | ||
ports: | ||
- ${PUBLIC_VARNISH_PORT}:80/tcp | ||
redis: | ||
ports: | ||
- ${PUBLIC_REDIS_PORT}:6379/tcp | ||
pma: | ||
ports: | ||
- ${PUBLIC_PMA_PORT}:80/tcp | ||
#app: | ||
# # If your project requires private package you can share your ssh keys with the container | ||
# volumes: | ||
# - ./:/var/www/html:cached | ||
# - /home/my-user/.ssh/id_ed25519:/home/www-data/.ssh/id_ed25519:ro | ||
|
||
#solr: | ||
# ports: | ||
# - "${PUBLIC_SOLR_PORT}:8983/tcp" |
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