diff --git a/Makefile b/Makefile index 1728add8..12eadb5e 100644 --- a/Makefile +++ b/Makefile @@ -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: diff --git a/compose.yaml b/compose.yaml index c42a613f..e6ac13d3 100644 --- a/compose.yaml +++ b/compose.yaml @@ -23,8 +23,6 @@ services: retries: 3 networks: - default - # ports: - # - "6379:6379" # ----- JOBS MICROSERVICE ------- service_jobs: diff --git a/shared/src/main/resources/application.properties b/shared/src/main/resources/application.properties index 58e67797..245d2e51 100644 --- a/shared/src/main/resources/application.properties +++ b/shared/src/main/resources/application.properties @@ -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 \ No newline at end of file