Skip to content
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.

Commit

Permalink
Fixed compose docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Cerfoglio authored and Gabriele Cerfoglio committed Feb 12, 2018
1 parent 2f3b6fa commit aba2011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
web:
image: ui
image: martel/mastermind-ui
environment:
- MASTERMIND_API_HOST='localhost'
- MASTERMIND_API_PORT='3000'
Expand All @@ -12,7 +12,7 @@ services:
- "8080:8080"

api:
image: api
image: martel/mastermind-api
environment:
- MASTERMIND_API_HOST=localhost
- MASTERMIND_API_PORT=3000
Expand Down

0 comments on commit aba2011

Please sign in to comment.