Skip to content

Instantly share code, notes, and snippets.

@kunokdev
Last active May 3, 2019 18:49
Show Gist options
  • Save kunokdev/9e58b253d14bef807f58dc640fc76a36 to your computer and use it in GitHub Desktop.
Save kunokdev/9e58b253d14bef807f58dc640fc76a36 to your computer and use it in GitHub Desktop.
create-react-app generated react app configured via docker-compose environment variables
version: "3.2"
services:
my-react-app:
image: my-react-app
ports:
- "3000:80"
environment:
- "API_URL=https://production.example.com"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment