add docker-compose file

This commit is contained in:
Kasper D. Fischer 2021-10-31 11:40:05 +01:00
parent 33365f53f3
commit 5d3a9b81aa

19
docker-compose.yaml Normal file
View File

@ -0,0 +1,19 @@
version: "3.9"
networks:
seisobs:
external: false
services:
map:
build:
context: .
dockerfile: Dockerfile
image: seisobs-map:dev
networks:
- seisobs
volumes:
- ./www/data:/usr/share/nginx/html/map/data:ro
ports:
- "${SEISOBS_MAPPORT}:80"
restart: unless-stopped