Skip to content

Commit

Permalink
Updated make again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad45123 committed May 9, 2024
1 parent cff07a6 commit 6c3a83a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ build:
docker build ./services/contracts --tag workup:service_contracts

up:
docker compose up -c compose.yaml -c compose.override.yaml --force-recreate

upswarm:
docker stack deploy -c compose.yaml -c compose.override.yaml workup

portainer:
Expand Down
2 changes: 0 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ services:
retries: 3
networks:
- default
# ports:
# - "6379:6379"

# ----- JOBS MICROSERVICE -------
service_jobs:
Expand Down
2 changes: 1 addition & 1 deletion shared/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
spring.cache.type=redis
spring.cache.host=localhost
spring.cache.host=service_redis
spring.cache.port=6379
spring.cache.redis.time-to-live=600000

0 comments on commit 6c3a83a

Please sign in to comment.