view compose/preview/usas.yml @ 97:023c585d3428

flow: Promoted <release> 'v1.1.0' (6643a8613410) to 'default'.
author smith@nwoca.org
date Mon, 10 Apr 2017 18:28:10 +0100
parents 5fae3adac2af
children
line wrap: on
line source
# base compose file for USAS preview release
usasdb:
  restart: unless-stopped
  image: docker.ssdt.io/ssdt-postgres:3
  volumes:
    - ${PWD}/backup:/backup
  environment:
    - DB_NAME=usasdb
    - DB_USER=usas
    - DB_PASS=usasdefault
usasapp:
  restart: unless-stopped
  image: docker.ssdt.io/usas-app:preview
  volumes:
    - ${PWD}/config:/config
  environment:
    - DB_HOST=database
    - DB_NAME=usasdb
    - DB_USER=usas
    - DB_PASS=usasdefault