Skip to content
This repository was archived by the owner on Apr 10, 2021. It is now read-only.

Commit 7362511

Browse files
committed
staged
1 parent a5f5ef5 commit 7362511

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

docker/docker-compose-app.yml

+22-22
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,25 @@ services:
1414
- CLIENT_ID=raw.client
1515
- CLIENT_SECRET=raw.secret
1616
- 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"

0 commit comments

Comments
 (0)