Skip to content

Commit

Permalink
Merge pull request #89 from hmakelin/add-qgis-2
Browse files Browse the repository at this point in the history
Add QGIS service
  • Loading branch information
hmakelin authored Oct 5, 2023
2 parents 037e638 + f5fa87d commit 809396d
Show file tree
Hide file tree
Showing 4 changed files with 1,150 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,9 @@ services:
AUTOHEAL_CONTAINER_LABEL: all
volumes:
- /var/run/docker.sock:/var/run/docker.sock

qgis:
<<: [*base, *x11]
build:
context: qgis
command: qgis
5 changes: 5 additions & 0 deletions docker/qgis/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM qgis/qgis

LABEL maintainer="Harri Makelin <[email protected]>"

COPY gisnav-sitl-ksql-wms.qgs /root
Loading

0 comments on commit 809396d

Please sign in to comment.