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.yml

17 lines
189 B
YAML
Raw Normal View History

2019-02-07 16:03:20 +00:00
version: "2.3"
2018-10-03 10:03:20 +00:00
services:
redis:
image: redis:alpine
2019-02-07 16:03:20 +00:00
backend:
build:
context: ./backend
ports:
2019-02-13 16:25:05 +00:00
- "3001:3001"
2019-02-22 19:23:42 +00:00
frontend:
build:
context: ./frontend