This repository has been archived on 2021-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
greenlight/docker-compose.yml

15 lines
311 B
YAML
Raw Normal View History

2018-06-20 15:24:39 -04:00
version: '3'
services:
app:
entrypoint: [bin/start]
image: joshblind/greenlight:latest
container_name: greenlight-web
2018-06-22 15:58:25 -04:00
env_file: env
2018-06-20 15:24:39 -04:00
restart: unless-stopped
ports:
- 6000:3000
volumes:
- ./db/production:/usr/src/app/db/production
- ./log:/usr/src/app/log