mirror of
https://github.com/sbondCo/Watcharr.git
synced 2026-06-22 20:00:26 +00:00
12 lines
196 B
YAML
12 lines
196 B
YAML
# To test prod
|
|
services:
|
|
watcharr:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
container_name: watcharr
|
|
ports:
|
|
- 3080:3080
|
|
volumes:
|
|
- ./container_data:/data
|