Skip to content

Commit

Permalink
Use single api server
Browse files Browse the repository at this point in the history
  • Loading branch information
maallen committed Aug 17, 2023
1 parent 4d5445a commit 1a09eae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/docker-compose-api-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ services:
api:
deploy:
mode: replicated
replicas: 2
replicas: 1
endpoint_mode: vip
resources:
limits:
Expand All @@ -100,7 +100,7 @@ services:
links:
- db
ports:
- "8080-8081:8080"
- "8080:8080"
restart: always
environment:
SPRING_APPLICATION_JSON: '{
Expand Down

0 comments on commit 1a09eae

Please sign in to comment.