Remove duplicate mssql & remove network setup for balancer
This commit is contained in:
parent
1fd55d98e1
commit
fc460f9497
@ -176,7 +176,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- backend
|
- backend
|
||||||
|
|
||||||
### MsSQL Container #########################################
|
### MSSQL Container #########################################
|
||||||
|
|
||||||
mssql:
|
mssql:
|
||||||
build:
|
build:
|
||||||
@ -192,20 +192,6 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- backend
|
- backend
|
||||||
|
|
||||||
### MsSQL Container #########################################
|
|
||||||
|
|
||||||
mssql:
|
|
||||||
build:
|
|
||||||
context: ./mssql
|
|
||||||
environment:
|
|
||||||
- MSSQL_DATABASE=${MSSQL_DATABASE}
|
|
||||||
- SA_PASSWORD=${MSSQL_PASSWORD}
|
|
||||||
- ACCEPT_EULA=Y
|
|
||||||
volumes:
|
|
||||||
- mssql:/var/opt/mssql
|
|
||||||
ports:
|
|
||||||
- "${MSSQL_PORT}:1433"
|
|
||||||
|
|
||||||
### MariaDB Container #######################################
|
### MariaDB Container #######################################
|
||||||
|
|
||||||
mariadb:
|
mariadb:
|
||||||
@ -514,8 +500,6 @@ services:
|
|||||||
links:
|
links:
|
||||||
- proxy
|
- proxy
|
||||||
- proxy2
|
- proxy2
|
||||||
networks:
|
|
||||||
- frontend
|
|
||||||
|
|
||||||
### Networks Setup ############################################
|
### Networks Setup ############################################
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user