list airports api

This commit is contained in:
Richard Morgan
2017-05-14 11:16:35 -04:00
parent c76351ae5b
commit 37d345840b
10 changed files with 409 additions and 100 deletions

View File

@@ -5,7 +5,7 @@ services:
build:
context: .
dockerfile: ./docker/Dockerfile
image: oauth:latest
image: tripbuilder:latest
ports:
- "9024:22"
volumes:
@@ -19,7 +19,7 @@ services:
build:
context: .
dockerfile: ./docker/Dockerfile-nginx
image: oauth:nginx
image: tripbuilder:nginx
ports:
- "8080:80"
- "9025:22"
@@ -44,3 +44,11 @@ services:
ports:
- 5432:5432
composer:
image: composer/composer:alpine
volumes:
- .:/app
- ~/.ssh:/root/.ssh
entrypoint:
- composer
- install