File tree 5 files changed +43
-43
lines changed
5 files changed +43
-43
lines changed Original file line number Diff line number Diff line change 1
1
cd ..
2
- docker build -t smartstore -f NoBuild.Dockerfile .
2
+ docker build -t ghcr.io/ smartstore/smartstore-linux -f NoBuild.Dockerfile .
3
3
echo ' Press enter to exit...' ; read dummy;
Original file line number Diff line number Diff line change 1
1
cd ..
2
- docker build -t smartstore .
2
+ docker build -t ghcr.io/ smartstore/smartstore-linux .
3
3
echo ' Press enter to exit...' ; read dummy;
Original file line number Diff line number Diff line change 1
1
cd ..
2
- docker build -t smartstore -f Nano.Dockerfile .
2
+ docker build -t ghcr.io/ smartstore/smartstore-windows -f Nano.Dockerfile .
3
3
echo ' Press enter to exit...' ; read dummy;
Original file line number Diff line number Diff line change 1
1
services :
2
- web :
3
- volumes :
4
- - " D:/mount/smtenants/sqlserver:/app/App_Data/Tenants"
5
- db :
6
- image : " mcr.microsoft.com/mssql/server"
7
- container_name : sqlserver
8
- environment :
9
- SA_PASSWORD : " Smartstore2022!"
10
- ACCEPT_EULA : " Y"
11
- MSSQL_PID : " Express"
12
- ports :
13
- - ' 1434:1433'
14
- expose :
15
- - ' 1433'
16
- volumes :
17
- - mssql_system:/var/opt/mssql/
18
- - mssql_user:/var/opt/sqlserver/
2
+ web :
3
+ volumes :
4
+ - " D:/mount/smtenants/sqlserver:/app/App_Data/Tenants"
5
+ db :
6
+ image : " mcr.microsoft.com/mssql/server"
7
+ container_name : sqlserver
8
+ environment :
9
+ SA_PASSWORD : " Smartstore2022!"
10
+ ACCEPT_EULA : " Y"
11
+ MSSQL_PID : " Express"
12
+ ports :
13
+ - ' 1434:1433'
14
+ expose :
15
+ - ' 1433'
16
+ volumes :
17
+ - mssql_system:/var/opt/mssql/
18
+ - mssql_user:/var/opt/sqlserver/
19
19
20
20
volumes :
21
21
mssql_system :
Original file line number Diff line number Diff line change 1
1
version : " 3.4"
2
2
services :
3
- web :
4
- image : smartstore
5
- container_name : web
6
- ports :
7
- - " 80:80"
8
- depends_on :
9
- - db
10
- volumes :
11
- - " D:/mount/smtenants/mysql:/app/App_Data/Tenants"
12
- db :
13
- image : mysql
14
- container_name : mysql
15
- environment :
16
- # MYSQL_DATABASE: smartstore
17
- # MYSQL_USER: "root"
18
- MYSQL_PASSWORD : " Smartstore2022!"
19
- MYSQL_ROOT_PASSWORD : " Smartstore2022!"
20
- ports :
21
- - ' 3307:3306'
22
- expose :
23
- - ' 3306'
24
- volumes :
25
- - mysql:/var/lib/mysql
3
+ web :
4
+ image : ghcr.io/ smartstore/smartstore-linux
5
+ container_name : web
6
+ ports :
7
+ - " 80:80"
8
+ depends_on :
9
+ - db
10
+ volumes :
11
+ - " D:/mount/smtenants/mysql:/app/App_Data/Tenants"
12
+ db :
13
+ image : mysql
14
+ container_name : mysql
15
+ environment :
16
+ # MYSQL_DATABASE: smartstore
17
+ # MYSQL_USER: "root"
18
+ MYSQL_PASSWORD : " Smartstore2022!"
19
+ MYSQL_ROOT_PASSWORD : " Smartstore2022!"
20
+ ports :
21
+ - ' 3307:3306'
22
+ expose :
23
+ - ' 3306'
24
+ volumes :
25
+ - mysql:/var/lib/mysql
26
26
27
27
volumes :
28
28
mysql:
You can’t perform that action at this time.
0 commit comments