Created
August 8, 2018 13:21
-
-
Save ZiiSolutions/40615b6e729b2a95e0e5867b5022395d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3' | |
services: | |
nginx: | |
build: | |
context: . | |
dockerfile: Dockerfile.build | |
ports: | |
- 80:80 | |
environment: | |
COLLECTIONS_CONFIGURATION_URL: https://gist.githubusercontent.com/petersow/98ad27807337687ec57baa6d354498ef/raw/collections.json | |
CONTENT_API_BASE: https://content.api.pressassociation.io/v1 | |
CONTENT_API_PREVIEW_KEY: secret | |
EXPLORE_API_BASE: https://explore-api-development.pressassociation.io/v1 | |
ZIPPY_API_BASE: https://zippy.api.press.net/v1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment