Bumps the npm-modules-updates-for-tests group in /site with 2 updates: [prettier](https://github.com/prettier/prettier) and [tailwindcss](https://github.com/tailwindlabs/tailwindcss). Updates `prettier` from 3.3.3 to 3.4.1 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.3.3...3.4.1) Updates `tailwindcss` from 3.4.14 to 3.4.15 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.15/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.14...v3.4.15) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-modules-updates-for-tests - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-modules-updates-for-tests ... Signed-off-by: dependabot[bot] <support@github.com>
22 lines
357 B
YAML
22 lines
357 B
YAML
services:
|
|
# Runs dev env for the site
|
|
server:
|
|
image: remark42-site:dev
|
|
build:
|
|
dockerfile: Dockerfile.dev
|
|
context: .
|
|
|
|
logging:
|
|
driver: json-file
|
|
options:
|
|
max-size: '10m'
|
|
max-file: '5'
|
|
|
|
ports:
|
|
- '3001:3001'
|
|
- '8080:8080'
|
|
|
|
volumes:
|
|
- ./src:/site/src
|
|
- ./build:/site/build
|