Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.GSoC.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ npm run dev
#### Build and run with Docker Compose (recommended)
From the project root:
```bash
docker-compose -f docker-compose_dev.yml up -d
docker-compose -f dev-docker-compose.yaml up -d
```
- The UI will be available at [http://localhost:3000](http://localhost:3000)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ npm install
### Start the development services:

```bash
docker compose -f docker-compose_dev.yml up -d
docker-compose -f dev-docker-compose.yaml up -d
```

### Stop the development services:

```bash
docker compose -f docker-compose_dev.yml down
docker-compose -f dev-docker-compose.yaml down
```

## 4. Access the Application
Expand Down
8 changes: 4 additions & 4 deletions dev-docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ services:
environment:
NEXT_PUBLIC_BASE_PATH: ${NEXT_APP_URL}
NEXT_PUBLIC_API_URL: ${NEXT_API_URL}
command: npm run dev
command: sh -c "npm install && npm run dev"
networks:
- istsos4_default
- istsos4_default

networks:
istsos4_default:
external: true
external: true