Skip to content

Instantly share code, notes, and snippets.

@pablopalacios
Created November 11, 2019 10:36
Show Gist options
  • Save pablopalacios/9a00c7f835553c9d14267d2f442ad52d to your computer and use it in GitHub Desktop.
Save pablopalacios/9a00c7f835553c9d14267d2f442ad52d to your computer and use it in GitHub Desktop.
docker-compose for front-end challenge
version: '3'
services:
monitoring:
image: palacios3mw/monitor
ports:
- '5000:5000'
server:
image: palacios3mw/backend
ports:
- '5001:5001'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment