Skip to content

Commit

Permalink
Remove container_name from docker-compose.yml as it blocks scaling
Browse files Browse the repository at this point in the history
Co-authored-by: sergey <[email protected]>
  • Loading branch information
2 people authored and pair committed Oct 21, 2024
1 parent 12f307d commit 83a4a22
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ networks:

services:
conserver:
container_name: "conserver"
build:
dockerfile: ./docker/Dockerfile
context: .
Expand All @@ -21,7 +20,6 @@ services:
- conserver

api:
container_name: "api"
build:
dockerfile: ./docker/Dockerfile
context: .
Expand All @@ -39,7 +37,6 @@ services:
- conserver

redis:
container_name: "redis"
image: "redis/redis-stack:latest"
ports:
- "${REDIS_EXTERNAL_PORT:-8001}:8001"
Expand Down

0 comments on commit 83a4a22

Please sign in to comment.