Skip to content

Commit 4314ef7

Browse files
docker-compose.yml file with SQL Server container
1 parent b28d37c commit 4314ef7

5 files changed

Lines changed: 287 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,10 @@ services:
3030
- "81:80"
3131
extra_hosts:
3232
- "CESARDLBOOKVHD:10.0.75.1"
33+
depends_on:
34+
- ordering.data
35+
36+
ordering.data:
37+
image: eshop/ordering.data.sqlserver.linux
38+
ports:
39+
- "1433:1433"

src/Services/Ordering/Ordering.API/Migrations/20161005002014_Migration_Baseline.Designer.cs

Lines changed: 121 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
using System;
2+
using System.Collections.Generic;
3+
using Microsoft.EntityFrameworkCore.Migrations;
4+
5+
namespace Ordering.API.Migrations
6+
{
7+
public partial class Migration_Baseline : Migration
8+
{
9+
protected override void Up(MigrationBuilder migrationBuilder)
10+
{
11+
12+
}
13+
14+
protected override void Down(MigrationBuilder migrationBuilder)
15+
{
16+
17+
}
18+
}
19+
}

src/Services/Ordering/Ordering.API/Migrations/20161005003321_Migration_Cero.Designer.cs

Lines changed: 121 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
using System;
2+
using System.Collections.Generic;
3+
using Microsoft.EntityFrameworkCore.Migrations;
4+
5+
namespace Ordering.API.Migrations
6+
{
7+
public partial class Migration_Cero : Migration
8+
{
9+
protected override void Up(MigrationBuilder migrationBuilder)
10+
{
11+
12+
}
13+
14+
protected override void Down(MigrationBuilder migrationBuilder)
15+
{
16+
17+
}
18+
}
19+
}

0 commit comments

Comments
 (0)