mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-07-31 06:56:24 -04:00
13 lines
218 B
YAML
13 lines
218 B
YAML
services:
|
|
profilarr:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
image: profilarr:alpine
|
|
|
|
parser:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.parser
|
|
image: profilarr-parser:alpine
|