Refactor job configuration to rename and update CV cleanup job across Docker Compose files and build workflows
Build and Push Docker Images / build (push) Successful in 7s
Build and Push Docker Images / build (push) Successful in 7s
This commit is contained in:
@@ -206,9 +206,9 @@ services:
|
||||
labels:
|
||||
- "com.centurylinklabs.watchtower.enable=true"
|
||||
|
||||
job:
|
||||
image: registry.easysoft.ro/apps/myai-job:production
|
||||
container_name: myai-job
|
||||
cv-cleanup-job:
|
||||
image: registry.easysoft.ro/apps/myai-cv-cleanup-job:production
|
||||
container_name: myai-cv-cleanup-job
|
||||
depends_on:
|
||||
- api
|
||||
environment:
|
||||
@@ -221,6 +221,7 @@ services:
|
||||
- Logging__LogLevel__Default=${Logging__LogLevel__Default:-Information}
|
||||
- Logging__LogLevel__Microsoft=${Logging__LogLevel__Microsoft:-Warning}
|
||||
volumes:
|
||||
- /opt/myai/logs/cv-cleanup-job:/app/logs
|
||||
- /opt/myai/files:/app/Files
|
||||
networks:
|
||||
- myai-network
|
||||
|
||||
Reference in New Issue
Block a user