This repository has been archived on 2024-04-29. You can view files and clone it, but cannot push or open issues or pull requests.
node-fftcg/docker-compose.override.yml

13 lines
151 B
YAML

version: "2.3"
services:
redis:
restart: "no"
backend:
build:
target: dev
restart: "no"
volumes:
- "./backend:/app"