portfolio/docker-compose.yml
Timothy Farrell 79b9cd734b Use a separate docker nginx image to serve test files
This obviates the need to start/stop a web-server for each package test and paves the way to something we'll need later.
2018-07-25 03:51:59 -05:00

19 lines
320 B
YAML

version: '2'
services:
test-web:
image: nginx:stable-alpine
ports:
- 8090:80
volumes:
- ./:/usr/share/nginx/html:ro
cloud9:
image: sapk/cloud9:latest
restart: unless-stopped
volumes:
- ./:/workspace/
ports:
- 8080:8080
- 8181:8181
command: --auth c9:c9