rd13_media_wiki/tile-server/docker-compose-import-static.yml

16 lines
269 B
YAML
Raw Normal View History

2021-07-26 13:06:05 +02:00
# Tile Server
#
# Access via "http://localhost:8091"
version: '3'
services:
OSM-tile-Server:
build: .
ports:
- 8091:80
volumes:
- ./OSM-maps-data:/var/lib/postgresql/12/main
command: "run"
restart: always
cpus: 1.4
cpuset: '1'