Merge "Fixes a typo"
[pharos-tools.git] / dashboard / docker-compose.override-dev.yml
1 ---
2 ##############################################################################
3 # Copyright (c) 2018 Trevor Bramwell and others.
4 #
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Apache License, Version 2.0
7 # which accompanies this distribution, and is available at
8 # http://www.apache.org/licenses/LICENSE-2.0
9 ##############################################################################
10 version: '3'
11 services:
12     web:
13         image: opnfv/pharos-tools-laas-dashboard:dev
14         build:
15            context: .
16            dockerfile: web/Dockerfile
17         volumes:
18             - ./src:/pharos_dashboard
19     worker:
20         image: opnfv/pharos-tools-laas-celery:dev
21         build:
22            context: .
23            dockerfile: worker/Dockerfile
24         volumes:
25             - ./src:/pharos_dashboard