Skip to content

Commit

Permalink
Added also port 3000 (proxy nginx container is now superfluous)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfernandez committed Apr 10, 2024
1 parent 484416f commit 997c536
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@ If you want to locally develop, you can use `docker compose`:
docker compose -f docker-compose.devci.yml up
```

Then, the continuous integration server is available at 8080.
Then, the continuous integration server is available both at 3000 and 8080.
4 changes: 3 additions & 1 deletion docker-compose.devci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- ./layouts:/app/layouts:ro
- ./pages:/app/pages:ro
- ./plugins:/app/plugins:ro
- ./static:/app/static:ro
- ./static:/app/static
- ./store:/app/store:ro
- ./stories:/app/stories:ro
- ./test:/app/test:ro
Expand All @@ -29,6 +29,8 @@ services:

- node-modules-volume:/app/node_modules
- dist-volume:/app/dist
ports:
- '3000:3000'
proxy:
image: nginx:alpine
depends_on:
Expand Down

0 comments on commit 997c536

Please sign in to comment.