Skip to content

Commit 3f24b68

Browse files
authored
Merge pull request #9 from HardMax71/dev
Dev
2 parents 6b15e0e + 8dbb8fb commit 3f24b68

35 files changed

+3032
-2644
lines changed

.github/workflows/publish-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ jobs:
8787
build-args: ${{ matrix.build-args || '' }}
8888
cache-from: type=gha
8989
cache-to: type=gha,mode=max
90-
provenance: true
91-
sbom: true
90+
provenance: false
91+
sbom: false
9292

9393
- name: Generate artifact attestation
9494
uses: actions/attest-build-provenance@v2

backend/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ REDIS_MAX_RETRIES=3
4747
NEO4J_HOST=neo4j
4848
NEO4J_PORT=7687
4949
NEO4J_USERNAME=neo4j
50-
NEO4J_PASSWORD=secure_default_password
50+
NEO4J_PASSWORD=your_secure_neo4j_password_here
5151
NEO4J_DATABASE=neo4j
5252
NEO4J_MAX_CONNECTION_LIFETIME=3600
5353
NEO4J_MAX_CONNECTION_POOL_SIZE=50

docker-compose.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -206,22 +206,6 @@ services:
206206
redis:
207207
condition: service_started
208208

209-
backend-worker-cleanup:
210-
build: ./backend
211-
command: sh -c "sleep 5 && ./.venv/bin/python manage.py intake_worker cleanup"
212-
volumes:
213-
- ./uploads:/app/uploads
214-
- cv_temp:/tmp/resume_uploads
215-
env_file:
216-
- ./backend/.env
217-
networks:
218-
- internal-network
219-
depends_on:
220-
backend:
221-
condition: service_started
222-
redis:
223-
condition: service_started
224-
225209
networks:
226210
public-network:
227211
driver: bridge

0 commit comments

Comments
 (0)