view compose/preview/usas.yml @ 172:65ad866531d3 hotfix/v1.2.1

USPSR-2856: create alias for apps in default network to allow integraation to use default network (instead of proxy, or other network)
author smith@nwoca.org
date Tue, 05 Sep 2017 20:11:35 +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