13 lines
151 B
YAML
13 lines
151 B
YAML
version: "2.3"
|
|
|
|
services:
|
|
|
|
redis:
|
|
restart: "no"
|
|
|
|
backend:
|
|
build:
|
|
target: dev
|
|
restart: "no"
|
|
volumes:
|
|
- "./backend:/app"
|