Skip to content

Instantly share code, notes, and snippets.

@suryakun
Last active January 1, 2018 13:10
Show Gist options
  • Save suryakun/5055215a3a571bb5453334647659c966 to your computer and use it in GitHub Desktop.
Save suryakun/5055215a3a571bb5453334647659c966 to your computer and use it in GitHub Desktop.
version: "3"
services:
serverphx:
build: .
volumes:
- ./:/usr/src
ports:
- "4000:4000"
db:
image: "postgres:latest"
volumes:
- ./data:/var/lib/postgresql/data
environment:
POSTGRES_PASSWORD: testing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment