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
296 B
YAML
Raw Normal View History

2018-06-20 15:24:39 -04:00
version: '3'
2018-07-05 17:25:59 -04:00
services:
2018-06-20 15:24:39 -04:00
app:
entrypoint: [bin/start]
2018-07-05 17:25:59 -04:00
image: joshblind/greenlight:v2
container_name: greenlight-v2
2018-06-22 15:58:25 -04:00
env_file: env
2018-06-20 15:24:39 -04:00
restart: unless-stopped
ports:
2018-07-05 17:25:59 -04:00
- 5000:80
volumes:
2018-06-20 15:24:39 -04:00
- ./db/production:/usr/src/app/db/production
- ./log:/usr/src/app/log