File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ services:
1515 # ============================================
1616 postgres :
1717 image : postgres:15-alpine
18- container_name : synthstack-community- postgres
18+ container_name : synthstack-postgres
1919 env_file :
2020 - .env
2121 environment :
@@ -41,7 +41,7 @@ services:
4141 # ============================================
4242 redis :
4343 image : redis:7-alpine
44- container_name : synthstack-community- redis
44+ container_name : synthstack-redis
4545 command : redis-server --appendonly yes
4646 ports :
4747 - " 6399:6379"
@@ -63,7 +63,7 @@ services:
6363 build :
6464 context : ./services/directus
6565 dockerfile : Dockerfile
66- container_name : synthstack-community- directus
66+ container_name : synthstack-directus
6767 ports :
6868 - " 8099:8055"
6969 env_file :
@@ -136,7 +136,7 @@ services:
136136 build :
137137 context : .
138138 dockerfile : packages/api-gateway/Dockerfile.dev
139- container_name : synthstack-community- api-gateway
139+ container_name : synthstack-api-gateway
140140 ports :
141141 - " 3003:3003"
142142 env_file :
@@ -200,7 +200,7 @@ services:
200200 build :
201201 context : ./apps/web
202202 dockerfile : Dockerfile.dev
203- container_name : synthstack-community- web
203+ container_name : synthstack-web
204204 ports :
205205 - " 3050:3050"
206206 env_file :
You can’t perform that action at this time.
0 commit comments