Skip to content

Commit d085fce

Browse files
authored
Update docker-compose.override.yml
1 parent ceeea61 commit d085fce

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

docker-compose.override.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ services:
44
environment:
55
SA_PASSWORD: "${MSSQL_SA_PASSWORD}"
66
ACCEPT_EULA: "Y"
7-
ports:
8-
- "${MSSQL_PORT}:1434"
97
user: root
108
volumes:
119
- "${MSSQL_DATA_VOLUME}:/var/opt/mssql/data"
@@ -24,9 +22,6 @@ services:
2422
#environment:
2523
#- RABBITMQ_DEFAULT_USER=guest
2624
#- RABBITMQ_DEFAULT_PASS=guest
27-
ports:
28-
- "${RABBITMQ_5672_PORT}:5672"
29-
- "${RABBITMQ_15672_PORT}:15672"
3025

3126
hwproj.apigateway.api:
3227
environment:
@@ -49,7 +44,7 @@ services:
4944
- GoogleSheets:client_x509_cert_url=${GOOGLE_SHEETS_CLIENT_X509_CERT_URL}
5045
- GoogleSheets:private_key=${GOOGLE_SHEETS_PRIVATE_KEY}
5146
ports:
52-
- "5000:5000"
47+
- "127.0.0.1:5000:5000"
5348

5449
hwproj.authservice.api:
5550
environment:
@@ -60,11 +55,6 @@ services:
6055
- Github:ClientSecretGithub=${GITHUB_CLIENT_SECRET}
6156
- Github:ScopeGitHub=read:user
6257
- Gtihub:OrganizationNameGithub=${GITHUB_ORGANIZATION_NAME}
63-
ports:
64-
- "5001:5001"
65-
#volumes:
66-
#- ${APPDATA}/Microsoft/UserSecrets:/root/.microsoft/usersecrets:ro
67-
#- /root/.microsoft/usersecrets:/root/.microsoft/usersecrets:ro
6858

6959
hwproj.coursesservice.api:
7060
environment:
@@ -73,8 +63,6 @@ services:
7363
- EventBus:EventBusHostName=rabbitmq
7464
- Services:Auth=http://hwproj.authservice.api
7565
- Services:Content=http://hwproj.contentservice.api
76-
ports:
77-
- "5002:5002"
7866

7967
hwproj.notificationsservice.api:
8068
environment:
@@ -88,8 +76,6 @@ services:
8876
- Notification:ConnectSite=${NOTIFICATION_CONNECT_SITE}
8977
- Notification:Password=${NOTIFICATION_PASSWORD}
9078
- Notification:Url=https://hwproj.ru
91-
ports:
92-
- "5006:5006"
9379

9480
hwproj.solutionsservice.api:
9581
environment:
@@ -99,8 +85,6 @@ services:
9985
- Services:Auth=http://hwproj.authservice.api
10086
- Services:Courses=http://hwproj.coursesservice.api
10187
- Github:Token=${GITHUB_TOKEN}
102-
ports:
103-
- "5007:5007"
10488

10589
hwproj.contentservice.api:
10690
environment:
@@ -115,6 +99,3 @@ services:
11599
- ExternalStorageConfiguration:DefaultBucketName=hwproj-content
116100
- LocalStorageConfiguration:Path=/app/data/
117101
- ConnectionStrings:DefaultConnectionForLinux=Server=mssqllocaldb;Database=ContentServiceDB;User=sa;Password=Your_password123;Trusted_Connection=True;
118-
119-
ports:
120-
- "5008:5008"

0 commit comments

Comments
 (0)