make upgrading from 1.0 easier

This commit is contained in:
Joshua Arts
2018-07-05 17:25:59 -04:00
parent fd1b550f93
commit e2ad6e7715
12 changed files with 51 additions and 23 deletions

View File

@ -1,14 +1,14 @@
version: '3'
services:
services:
app:
entrypoint: [bin/start]
image: joshblind/greenlight:latest
container_name: greenlight-web
image: joshblind/greenlight:v2
container_name: greenlight-v2
env_file: env
restart: unless-stopped
ports:
- 6000:3000
volumes:
- 5000:80
volumes:
- ./db/production:/usr/src/app/db/production
- ./log:/usr/src/app/log