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

25 lines
352 B
YAML
Raw Normal View History

2019-02-07 16:03:20 +00:00
version: "2.3"
services:
redis:
restart: "no"
backend:
build:
target: dev
restart: "no"
volumes:
- "./backend:/app"
2019-02-22 19:23:42 +00:00
frontend:
build:
target: dev
restart: "no"
volumes:
- "./frontend:/app"
- "./frontend/.vue-cli-ui:/root/.vue-cli-ui"
ports:
- "3000:3000"
- "8080:8080"