Skip to content

Commit

Permalink
tryout testcontainers
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Nov 15, 2024
1 parent 9322fae commit 8cbd016
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,13 @@ services:

json_server:
<<: *test-service
entrypoint: []
command: npm run json-server
expose:
- 8010
image: testcontainers/json-server:latest
environment:
- JSON_SERVER_PORT=8010
ports:
- 8010:8010
volumes:
- ./data/rest/db.json:/data

puppeteer-image:
image: ghcr.io/puppeteer/puppeteer:22.4.1
Expand Down

0 comments on commit 8cbd016

Please sign in to comment.