Merge pull request #1965 from colbygk/update_docker_compose

Update to track changes in docker-compose behavior
This commit is contained in:
Colby Gutierrez-Kraybill 2018-07-13 13:52:49 -04:00 committed by GitHub
commit a047207e00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ volumes:
intl_data: intl_data:
networks: networks:
scratchapi_scratch_network: scratch-api_scratch_network:
external: true external: true
services: services:
@ -14,7 +14,7 @@ services:
hostname: scratch-www-app hostname: scratch-www-app
environment: environment:
- API_HOST=http://localhost:8491 - API_HOST=http://localhost:8491
- FALLBACK=http://scratchr2-app:8080 - FALLBACK=http://localhost:8080
build: build:
context: ./ context: ./
dockerfile: Dockerfile dockerfile: Dockerfile
@ -37,4 +37,4 @@ services:
ports: ports:
- "8333:8333" - "8333:8333"
networks: networks:
- scratchapi_scratch_network - scratch-api_scratch_network