Skip to content

Commit 3013a3c

Browse files
committed
chore: update container names in docker-compose.dev.yml for consistency and clarity
1 parent 6f4d271 commit 3013a3c

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docker/docker-compose.dev.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: pastexam-dev
33
services:
44
# frontend:
55
# build: ../frontend
6-
# container_name: frontend
6+
# container_name: pastexam-dev-frontend
77
# ports:
88
# - "5173:80"
99
# env_file:
@@ -13,7 +13,7 @@ services:
1313

1414
# backend:
1515
# build: ../backend
16-
# container_name: backend
16+
# container_name: pastexam-dev-backend
1717
# depends_on:
1818
# db:
1919
# condition: service_healthy
@@ -30,7 +30,7 @@ services:
3030

3131
db:
3232
image: postgres:15.14-alpine3.22
33-
container_name: pastexam-postgres-dev
33+
container_name: pastexam-dev-postgres
3434
environment:
3535
POSTGRES_USER: ${POSTGRES_USER}
3636
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
@@ -49,7 +49,7 @@ services:
4949

5050
minio:
5151
image: quay.io/minio/minio:RELEASE.2025-05-24T17-08-30Z
52-
container_name: pastexam-minio-dev
52+
container_name: pastexam-dev-minio
5353
command: server /data --console-address ":9001"
5454
ports:
5555
- "9000:9000"
@@ -71,7 +71,7 @@ services:
7171
redis:
7272
image: redis:7.4.5-alpine3.21
7373
restart: always
74-
container_name: pastexam-redis-dev
74+
container_name: pastexam-dev-redis
7575
ports:
7676
- "6379:6379"
7777
volumes:
@@ -80,8 +80,8 @@ services:
8080
- app_network
8181

8282
# nginx:
83-
# image: nginx:latest
84-
# container_name: nginx
83+
# image: nginx:1.29.1-perl
84+
# container_name: pastexam-dev-nginx
8585
# ports:
8686
# - "8080:8080"
8787
# volumes:

0 commit comments

Comments
 (0)