Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
⚙️ DDEV config
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler36 committed Apr 15, 2022
1 parent ec70f1c commit 5ac2c75
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .ddev/docker-compose.browsersync.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Override the web container's standard HTTP_EXPOSE and HTTPS_EXPOSE
# This is to expose the browsersync port.
version: '3.6'
services:
web:
expose:
- '3000'
environment:
- HTTP_EXPOSE=${DDEV_ROUTER_HTTP_PORT}:80,${DDEV_MAILHOG_PORT}:8025,3001:3000
- HTTPS_EXPOSE=${DDEV_ROUTER_HTTPS_PORT}:80,${DDEV_MAILHOG_HTTPS_PORT}:8025,3000:3000

0 comments on commit 5ac2c75

Please sign in to comment.