toy/docker-compose.yml

16 lines
219 B
YAML
Raw Normal View History

2024-07-02 20:22:32 +00:00
services:
web:
build:
context: .
target: dev
ports:
- "4567:4567"
volumes:
- .:/app
environment:
{}
# WEB_CONCURRENCY: 3
command:
- sleep
- infinity