SHARE
TWEET
Untitled
a guest
Sep 25th, 2019
157
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- version: '3.1'
- services:
- gateway:
- container_name: gateway
- image: <container-registry>/gateway
- ports:
- - 80:8000
- webclient:
- container_name: webclient
- image: <container-registry>/webclient
- pdf:
- container_name: pdf
- image: <container-registry>/reporting
- test:
- container_name: test
- image: <container-registry>/test
- db:
- container_name: db
- image: <container-registry>/db
- storage:
- container_name: storage
- image: <container-registry>/storage
- environment:
- - PGUSER=postgres
- - PGHOST=db
- - PGDATABASE=postgres
- - PGPASSWORD=postgres
- - PGPORT=5432
- depends_on:
- - db
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.

