Files
integreat/docker-compose.prod.yml
2018-04-03 18:19:51 -07:00

9 lines
109 B
YAML

version: '2'
services:
app:
ports:
- 80:3000
restart: always
database:
restart: always