refactor: rebrand project to HartOMat
This commit is contained in:
@@ -16,13 +16,13 @@
|
||||
|
||||
services:
|
||||
render-worker:
|
||||
image: schaefflerautomat-render-worker:latest
|
||||
image: hartomat-render-worker:latest
|
||||
# Or build locally: build: { context: ./render-worker, dockerfile: Dockerfile }
|
||||
environment:
|
||||
- REDIS_URL=${REDIS_URL:?Set REDIS_URL to the main server Redis URL}
|
||||
- POSTGRES_HOST=${POSTGRES_HOST:?Set POSTGRES_HOST to the main server DB host}
|
||||
- POSTGRES_DB=${POSTGRES_DB:-schaeffler}
|
||||
- POSTGRES_USER=${POSTGRES_USER:-schaeffler}
|
||||
- POSTGRES_DB=${POSTGRES_DB:-hartomat}
|
||||
- POSTGRES_USER=${POSTGRES_USER:-hartomat}
|
||||
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD:?Set POSTGRES_PASSWORD}
|
||||
- POSTGRES_PORT=${POSTGRES_PORT:-5432}
|
||||
- MINIO_URL=${MINIO_URL:?Set MINIO_URL to the main server MinIO URL}
|
||||
|
||||
Reference in New Issue
Block a user