From 997c5368f2fb4a16d28e733db4ea3e4f23d52fff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20M=C2=AA=20Fern=C3=A1ndez?= Date: Wed, 10 Apr 2024 10:32:25 +0200 Subject: [PATCH] Added also port 3000 (proxy nginx container is now superfluous) --- README.md | 2 +- docker-compose.devci.yml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 16875b7d..5aa62709 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/docker-compose.devci.yml b/docker-compose.devci.yml index bba46328..29c8a89a 100644 --- a/docker-compose.devci.yml +++ b/docker-compose.devci.yml @@ -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 @@ -29,6 +29,8 @@ services: - node-modules-volume:/app/node_modules - dist-volume:/app/dist + ports: + - '3000:3000' proxy: image: nginx:alpine depends_on: