Files
wdwalrus 8667f547e6
Build Docker Image / docker (push) Successful in 5s
Add Example Docker Compose file.
2026-04-09 10:52:38 -07:00

17 lines
344 B
YAML

version: "3.9"
services:
wdw-tools:
image: git.websupport.work/wdw_internal_tools/wdw-sitemap-and-scraper-docker:latest
container_name: wdw-sitemap-and-importer
restart: unless-stopped
ports:
- "8501:8501"
environment:
APP_DATA_DIR: /data
volumes:
- wdw-tools-data:/data
volumes:
wdw-tools-data: