Files
watchstate/docker/full/docker-compose.yaml
Abdulmhsen B. A. A 1e13cc4bf1 Initial commit.
2022-02-10 16:41:48 +03:00

18 lines
349 B
YAML

version: '3.3'
services:
watchstate:
build: .
restart: unless-stopped
container_name: watchstate
environment:
APP_UID: 1000
APP_GID: 1000
IN_DOCKER: 1
WS_DATA_PATH: /config
ports:
- "8081:80"
volumes:
- ../../:/app
- ../../var:/config:rw
- ./entrypoint.sh:/entrypoint-docker