soapbox/compose-dev.yaml

10 lines
159 B
YAML
Raw Normal View History

2022-10-27 19:03:32 +02:00
services:
app:
build:
context: .
dockerfile: Dockerfile.dev
image: soapbox-dev
ports:
- "3036:3036"
volumes:
- .:/app