Files
Watcharr/docker-compose.dev.yml
T

12 lines
196 B
YAML

# To test prod
services:
watcharr:
build:
context: .
dockerfile: Dockerfile
container_name: watcharr
ports:
- 3080:3080
volumes:
- ./container_data:/data