Docker-образ с TileOven (форк TileMill)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Vitaliy Filippov 384cf59541 Докер образ с TileOven 4 years ago
etc Докер образ с TileOven 4 years ago
Dockerfile Докер образ с TileOven 4 years ago
README Докер образ с TileOven 4 years ago
config.json Докер образ с TileOven 4 years ago
yaml2mml.py Докер образ с TileOven 4 years ago

README

Сборка:

docker build -t tileoven .

Запуск:

docker run --name tileoven -v tileoven:/home/data \
-v /var/run/postgresql:/var/run/postgresql \
-e TILEOVEN_HOST=your-host.ru \
-p 20008:20008 -p 20009:20009 -t -d tileoven