Skip to content

Commit fc460f9

Browse files
committed
Remove duplicate mssql & remove network setup for balancer
1 parent 1fd55d9 commit fc460f9

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ services:
176176
networks:
177177
- backend
178178

179-
### MsSQL Container #########################################
179+
### MSSQL Container #########################################
180180

181181
mssql:
182182
build:
@@ -192,20 +192,6 @@ services:
192192
networks:
193193
- backend
194194

195-
### MsSQL Container #########################################
196-
197-
mssql:
198-
build:
199-
context: ./mssql
200-
environment:
201-
- MSSQL_DATABASE=${MSSQL_DATABASE}
202-
- SA_PASSWORD=${MSSQL_PASSWORD}
203-
- ACCEPT_EULA=Y
204-
volumes:
205-
- mssql:/var/opt/mssql
206-
ports:
207-
- "${MSSQL_PORT}:1433"
208-
209195
### MariaDB Container #######################################
210196

211197
mariadb:
@@ -514,8 +500,6 @@ services:
514500
links:
515501
- proxy
516502
- proxy2
517-
networks:
518-
- frontend
519503

520504
### Networks Setup ############################################
521505

0 commit comments

Comments
 (0)