Add docker-compose.yml
Some checks failed
Building / PHP 8.4 (push) Has been cancelled
Building / pr_build_test (push) Has been cancelled
Building / publish_docker_images (push) Has been cancelled
Building / dockerhub-sync-readme (push) Has been cancelled
Stale Issue Closer / main (push) Has been cancelled

creation
This commit is contained in:
2025-05-20 20:40:25 -04:00
parent 1458e5970e
commit d8045fd019

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
services:
watchstate:
image: ghcr.io/arabcoders/watchstate:latest
# To change the user/group id associated with the tool change the following line.
user: "${UID:-0}:${GID:-0}"
container_name: watchstate
restart: unless-stopped
ports:
- "28080:8080" # The port which the webui will be available on.
volumes:
- /opt/stacks/watchstate/data:/config:rw # mount current directory to container /config directory.