Skip to content

Instantly share code, notes, and snippets.

@ulrikstrid
Created June 26, 2017 06:07
Show Gist options
  • Save ulrikstrid/ac4316d51afdd46f5978121a4665b02b to your computer and use it in GitHub Desktop.
Save ulrikstrid/ac4316d51afdd46f5978121a4665b02b to your computer and use it in GitHub Desktop.
version: '3'
services:
#test_server:
# build: ./server
# links:
# - test_database
# environment:
# - PGHOST=test_database
# - PGDATABASE=postgres
# - PGUSER=postgres
# volumes:
# - ./server/src:/usr/src/app/src/
test_frontend:
build: ./frontend
volumes:
- ./frontend/src:/usr/src/app/src
- ./frontend/public:/usr/src/app/public
command: npm run test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment