Skip to content

Instantly share code, notes, and snippets.

@ualmtorres
Created April 19, 2020 15:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ualmtorres/80068c863b2dbe31d578ffed6897219f to your computer and use it in GitHub Desktop.
Save ualmtorres/80068c863b2dbe31d578ffed6897219f to your computer and use it in GitHub Desktop.
version: '2'
services:
calificaciones-api:
container_name: calificaciones-api
restart: always
image: ualmtorres/calificaciones-api:v0
ports:
- "80:80"
volumes:
- ./api:/var/www/html
calificaciones-front:
container_name: calificaciones-front
restart: always
image: ualmtorres/calificaciones-front:v0
ports:
- "8088:80"
volumes:
- ./front:/var/www/html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment