Files
Watcharr/docker-compose.dev.yml
T

12 lines
200 B
YAML

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