mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-09 20:58:33 +00:00
10 lines
211 B
YAML
10 lines
211 B
YAML
version: "3.9"
|
|
services:
|
|
strudel-dev:
|
|
build: .
|
|
ports:
|
|
- "4321:4321" # http://localhost:4321
|
|
volumes:
|
|
- .:/usr/src/app # live-reload on file edits
|
|
restart: unless-stopped
|