connections/compose.yaml

10 lines
153 B
YAML
Executable File

services:
web:
build:
context: app
target: builder
restart: unless-stopped
stop_signal: SIGINT
ports:
- '8003:8000'