Skip to content

Commit

Permalink
chore: use port numbers in Robotoff attributed range (#1463)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 authored Nov 8, 2024
1 parent 9117d68 commit 6a99eba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ services:
mem_limit: 20g
shm_size: 1g
ports:
- "${POSTGRES_EXPOSE:-127.0.0.1:5432}:5432"
- "${POSTGRES_EXPOSE:-127.0.0.1:5501}:5432"

redis:
restart: $RESTART_POLICY
Expand All @@ -150,7 +150,7 @@ services:
REDIS_ARGS: --save 60 1000 --appendonly yes
mem_limit: 4g
ports:
- "${REDIS_EXPOSE:-127.0.0.1:6379}:6379"
- "${REDIS_EXPOSE:-127.0.0.1:5502}:6379"

elasticsearch:
restart: $RESTART_POLICY
Expand Down

0 comments on commit 6a99eba

Please sign in to comment.