This repository has been archived on 2020-09-13. You can view files and clone it, but cannot push or open issues or pull requests.
magic-app/compose.yml
Luke Murphy e5d160d359
All checks were successful
continuous-integration/drone/push Build is passing
Add docker-compose setup
2020-06-30 20:48:47 +02:00

9 lines
88 B
YAML

---
version: "3.8"
services:
magic-app:
build: ./
ports:
- "5000:5000"