Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisPett committed Apr 23, 2024
1 parent 435a098 commit 40ee8ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 4 additions & 2 deletions scripts/k8s/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ spec:
spec:
containers:
- name: chaincue-real-estate-rust
image: backend-api-rust:latest
imagePullPolicy: Never
# image: backend-api-rust:latest
# imagePullPolicy: Never
image: ghcr.io/krispett/chaincue-real-estate-rust:latest
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8080
envFrom:
Expand Down
5 changes: 3 additions & 2 deletions scripts/prod/docker-compose-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ version: '3.9'
services:
backend-api-rust:
container_name: backend-api
image: backend-api-rust:latest
image: ghcr.io/krispett/chaincue-real-estate-rust:latest
# image: backend-api-rust:latest
ports:
- "80:8080"
- "8080:8080"
depends_on:
- chaincue-real-estate-postgres
- redis
Expand Down

0 comments on commit 40ee8ba

Please sign in to comment.