This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
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:
|
||||
Reference in New Issue
Block a user