No description
  • PHP 68.9%
  • Dockerfile 18.8%
  • Shell 12.3%
Find a file
2024-11-09 23:14:29 +00:00
config Minor config issue (no underscores allowed) 2022-03-18 11:35:01 +00:00
scripts Logging 2022-03-18 10:44:36 +00:00
.gitlab-ci.yml linux/arm/v7 no longer necessary, adapt docker pipeline 2024-11-09 23:14:29 +00:00
Dockerfile copy tilecache.zip 2022-03-18 10:49:45 +00:00
README.md Update README.md 2022-03-18 10:53:20 +00:00

tilecache

Installation

docker-compose snippet

  tilecache:
    container_name: tilecache
    image: docker.tgradl.de/docker/tilecache
    volumes:
      - /srv/tilecache/www:/var/www/html/tilecache
      - /srv/tilecache/log:/var/log/tilecache/
    expose:
      - 80
    restart: always