Skip to content

Instantly share code, notes, and snippets.

@ZiiSolutions
Created August 8, 2018 13:21
Show Gist options
  • Save ZiiSolutions/40615b6e729b2a95e0e5867b5022395d to your computer and use it in GitHub Desktop.
Save ZiiSolutions/40615b6e729b2a95e0e5867b5022395d to your computer and use it in GitHub Desktop.
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