Skip to content
Snippets Groups Projects
Commit 9ddaf812 authored by Felix Delattre's avatar Felix Delattre
Browse files

Adjusted overwritten path to build containers

parent 9abaf20c
Branches
Tags
No related merge requests found
......@@ -19,28 +19,28 @@ services:
# OpenBuildingMap Buildings database
openbuildingmap-db-buildings:
build: ../container/docker-obm-database/
build: ../../containers/docker-obm-database/
# OpenBuildingMap raster tile layer for all-buildings
raster-all-buildings:
build: ../container/docker-obm-tiles-raster/
build: ../../containers/docker-obm-tiles-raster/
# OpenBuildingMap raster tile layer for building-levels
raster-building-levels:
build: ../container/docker-obm-tiles-raster/
build: ../../containers/docker-obm-tiles-raster/
# OpenBuildingMap raster tile layer for floor-space
raster-floor-space:
build: ../container/docker-obm-tiles-raster/
build: ../../containers/docker-obm-tiles-raster/
# OpenBuildingMap raster tile layer for ground-area
raster-ground-area:
build: ../container/docker-obm-tiles-raster/
build: ../../containers/docker-obm-tiles-raster/
# OpenBuildingMap raster tile layer for occupancy
raster-occupancy:
build: ../container/docker-obm-tiles-raster/
build: ../../containers/docker-obm-tiles-raster/
# OpenBuildingMap raster tile layer for position
raster-position:
build: ../container/docker-obm-tiles-raster/
build: ../../containers/docker-obm-tiles-raster/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment