Skip to content

Commit

Permalink
added initial docker config
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed May 28, 2024
1 parent d50f553 commit 354c7fb
Show file tree
Hide file tree
Showing 2 changed files with 522 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: "3"
services:
pygeoapi:
image: geopython/pygeoapi:latest
volumes:
- ./my.config.yml:/pygeoapi/local.config.yml
ports:
- "80:80"
Loading

0 comments on commit 354c7fb

Please sign in to comment.