Files
website/compose.yaml
Patrice Ferlet 58d8eb48b5 Fix links, add better footer, use icofont
Fork/Font awesome is too heavy and fails for some icons.
2025-09-15 21:44:34 +02:00

18 lines
309 B
YAML

services:
dev:
image: docker.io/node
volumes:
- ./:/app:z
working_dir: /app
user: ${UID}:${GROUPS}
command:
- sh
- -c
- |-
yarn install
yarn parcel serve --dist-dir /tmp/dist
ports:
- 1234:1234
labels:
katenary.v3/ignore: true