Daten befuellen
This commit is contained in:
parent
f4a56848aa
commit
efffad1a94
4 changed files with 198 additions and 0 deletions
14
docker-compose.yaml
Normal file
14
docker-compose.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
services:
|
||||
geotiff-viewer:
|
||||
image: nginx:alpine
|
||||
container_name: geotiff-viewer
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./data:/usr/share/nginx/html:ro
|
||||
networks:
|
||||
- npm-network # falls du Nginx Proxy Manager nutzt
|
||||
|
||||
networks:
|
||||
npm-network:
|
||||
external: true
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue