This repository was archived by the owner on Apr 10, 2021. It is now read-only.
File tree 1 file changed +22
-22
lines changed
1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -14,25 +14,25 @@ services:
14
14
- CLIENT_ID=raw.client
15
15
- CLIENT_SECRET=raw.secret
16
16
- BASE_URL=/
17
- # rawcms-api:
18
- # build:
19
- # dockerfile: ./docker/Dockerfile-api
20
- # context: ../
21
- # ports:
22
- # - "6580:80"
23
- # - "6543:443"
24
- # environment:
25
- # - MongoSettings__ConnectionString=mongodb://dev:password@mongo:27017/rawcms?authSource=admin
26
- # - PORT=80
27
- # - ASPNETCORE_ENVIRONMENT=Docker
28
- # rawcms-ui:
29
- # build:
30
- # dockerfile: ./docker/Dockerfile-ui
31
- # context: ../
32
- # environment:
33
- # - BASE_URL=http://localhost:6580
34
- # - CLIENT_ID=raw.client
35
- # - CLIENT_SECRET=raw.secret
36
- # ports:
37
- # - "5580:80"
38
- # - "5543:443"
17
+ rawcms-api :
18
+ build :
19
+ dockerfile : ./docker/Dockerfile-api
20
+ context : ../
21
+ ports :
22
+ - " 6580:80"
23
+ - " 6543:443"
24
+ environment :
25
+ - MongoSettings__ConnectionString=mongodb://dev:password@mongo:27017/rawcms?authSource=admin
26
+ - PORT=80
27
+ - ASPNETCORE_ENVIRONMENT=Docker
28
+ rawcms-ui :
29
+ build :
30
+ dockerfile : ./docker/Dockerfile-ui
31
+ context : ../
32
+ environment :
33
+ - BASE_URL=http://localhost:6580
34
+ - CLIENT_ID=raw.client
35
+ - CLIENT_SECRET=raw.secret
36
+ ports :
37
+ - " 5580:80"
38
+ - " 5543:443"
You can’t perform that action at this time.
0 commit comments