Advertisement
Guest User

Docerj

a guest
Jan 21st, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.18 KB | None | 0 0
  1. version: "3.1"
  2. services:
  3.   front:
  4.     build: leads2b-front
  5.     ports:
  6.      - 8080:8080
  7.     links:
  8.      - api
  9.   api:
  10.     build: leads2b-api
  11.     ports:
  12.      - 3333:3333
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement