File tree Expand file tree Collapse file tree 1 file changed +23
-23
lines changed
Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Original file line number Diff line number Diff line change 1- services :
2- nginx :
3- restart : unless-stopped
4- build :
5- target : nginx-prod
6- context : ./web
7- image : boilerplate.azurecr.io/nginx:latest
8- ports :
9- - " 80:8080"
10- links :
11- - api
12-
13- api :
14- build : . /api
15- image : ghcr.io/equinor/template-fastapi-react /api
16- restart : unless-stopped
17- depends_on :
18- - db
19-
20- db :
21- image : mongo:5 .0.9
22- restart : unless-stopped
23- command : mongod --auth --quiet
1+ services :
2+ nginx :
3+ image : ghcr.io/equinor/template-fastapi-react/nginx:latest
4+ restart : unless-stopped
5+ build :
6+ target : nginx-prod
7+ context : ./web
8+ ports :
9+ - " 80:8080"
10+ links :
11+ - api
12+
13+ api :
14+ image : ghcr.io/equinor/template-fastapi-react /api
15+ build : . /api
16+ restart : unless-stopped
17+ depends_on :
18+ - db
19+
20+ db :
21+ image : mongo:7 .0.17
22+ restart : unless-stopped
23+ command : mongod --auth --quiet
You can’t perform that action at this time.
0 commit comments