Skip to content

Instantly share code, notes, and snippets.

@brlafreniere
Created October 23, 2021 22:01
Show Gist options
  • Save brlafreniere/3e577502d9f7c524154521279b43ab00 to your computer and use it in GitHub Desktop.
Save brlafreniere/3e577502d9f7c524154521279b43ab00 to your computer and use it in GitHub Desktop.
version: "3.3"
services:
webserver:
build: ./app_react
ports:
- 80:80
- 8080:8080
environment:
- APP_NODE_URL=${APP_NODE_URL}
nodeapp:
build: ./app_node
db:
image: postgres:14
nginx:
image: nginx:1.21.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment