chore(job_crawler): update docker-compose to use pre-built image
- Replace inline Dockerfile build configuration with pre-built image reference - Change app service to use `job-crawler:latest` image instead of building from context - Simplifies docker-compose configuration and enables faster container startup - Assumes image is built separately via deploy script with no-cache flag
This commit is contained in:
@@ -47,9 +47,7 @@ services:
|
|||||||
- job-network
|
- job-network
|
||||||
|
|
||||||
app:
|
app:
|
||||||
build:
|
image: job-crawler:latest
|
||||||
context: .
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
container_name: job-crawler
|
container_name: job-crawler
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000"
|
- "8000:8000"
|
||||||
|
|||||||
Reference in New Issue
Block a user