Skip to content

Commit

Permalink
change container name to avoid clash
Browse files Browse the repository at this point in the history
  • Loading branch information
sahasourav123 committed Aug 29, 2024
1 parent 1adb221 commit dd1ede2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:

# Database services
timescaledb:
container_name: timescaledb
container_name: wt-timescaledb
image: timescale/timescaledb:latest-pg16
ports:
- "15432:5432"
Expand All @@ -13,7 +13,7 @@ services:
- timescaledb-data:/var/lib/postgresql/data

redis:
container_name: redis
container_name: wt-redis
image: redis:alpine
ports:
- '16379:6379'
Expand All @@ -27,7 +27,7 @@ services:
dockerfile: Dockerfile
context: frontend/
image: souravsaha/watchtower:frontend
container_name: frontend
container_name: wt-frontend
restart: unless-stopped
ports:
- "8100:8000"
Expand All @@ -39,7 +39,7 @@ services:
dockerfile: Dockerfile
context: backend/
image: souravsaha/watchtower:backend
container_name: backend
container_name: wt-backend
restart: unless-stopped
ports:
- "8101:8000"
Expand Down

0 comments on commit dd1ede2

Please sign in to comment.