Files
docker-crawl/docker-compose.yaml
prokop 6345dcaf7e horal
upgrade to ubuntu 24.04
stable version: 0.32.1
print name of stable version, urls have still trunk
2025-03-20 15:12:57 +01:00

17 lines
258 B
YAML

services:
crawl:
build:
context: .
dockerfile: Dockerfile.webtiles
image: crawl
container_name: "dcss"
restart: unless-stopped
volumes:
- ./data:/data
networks:
- caddy
networks:
caddy:
external: true