chore: docker cleanup/refactoring
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user