upgrade to ubuntu 24.04 stable version: 0.32.1 print name of stable version, urls have still trunk
17 lines
258 B
YAML
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
|