|
|
@@ -283,7 +283,7 @@ x-shared-env: &shared-api-worker-env
|
|
|
services:
|
|
|
# API service
|
|
|
api:
|
|
|
- image: seec-dify-api:0.1.1
|
|
|
+ image: fausty514/seec-dify-api:0.1.1
|
|
|
restart: always
|
|
|
environment:
|
|
|
# Use the shared environment variables.
|
|
|
@@ -303,7 +303,7 @@ services:
|
|
|
# worker service
|
|
|
# The Celery worker for processing the queue.
|
|
|
worker:
|
|
|
- image: seec-dify-api:0.1.1
|
|
|
+ image: fausty514/seec-dify-api:0.1.1
|
|
|
restart: always
|
|
|
environment:
|
|
|
# Use the shared environment variables.
|