chore: docker cleanup/refactoring

This commit is contained in:
Brock H Caldwell
2025-11-04 12:55:19 -06:00
parent adb79db8f5
commit 7cc48ffc73
6 changed files with 43 additions and 52 deletions

View File

@@ -36,8 +36,6 @@ services:
build:
dockerfile: docker/Dockerfile.worker
context: .
args:
APP_VERSION: latest
restart: unless-stopped
volumes:
- $PWD:/app
@@ -45,14 +43,11 @@ services:
tty: true
environment:
TZ: America/Chicago
command: --download 2 --async
scheduler:
build:
dockerfile: docker/Dockerfile.worker
dockerfile: docker/Dockerfile.scheduler
context: .
args:
APP_VERSION: latest
restart: unless-stopped
volumes:
- $PWD:/app