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