Skip to content

Instantly share code, notes, and snippets.

@ualmtorres
Created April 19, 2020 15:47
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/2734a52dfc6e1ea4f35bf3bc52d9c57e to your computer and use it in GitHub Desktop.
Save ualmtorres/2734a52dfc6e1ea4f35bf3bc52d9c57e to your computer and use it in GitHub Desktop.
version: '2'
services:
calificaciones-api:
build:
context: ./api
container_name: calificaciones-api
restart: always
image: ualmtorres/calificaciones-api:v0
ports:
- "80:80"
volumes:
- ./api:/var/www/html
calificaciones-front:
build:
context: ./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