mirror of
https://github.com/Viren070/docker-compose-template.git
synced 2025-12-01 23:17:00 +01:00
fix: update realdebrid-account-monitor compose and add profile
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
services:
|
||||
rd_account_check:
|
||||
realdebrid-account-monitor:
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
- "--force-rm"
|
||||
pull_policy: build
|
||||
image: rd_account_check
|
||||
container_name: rd_account_check
|
||||
image: realdebrid-account-monitor
|
||||
container_name: realdebrid-account-monitor
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
- ${DOCKER_DATA_DIR}/realdebrid-account-monitor/data:/app/data
|
||||
- ${DOCKER_DATA_DIR}/realdebrid-account-monitor:/app/data
|
||||
restart: unless-stopped
|
||||
profiles:
|
||||
- realdebrid-account-monitor
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user