Skip to content

Commit ca701f0

Browse files
authored
Merge pull request #6 from Rust-CMS/match_v0.1.2
Update docker-compose.yml
2 parents 8b95572 + 916944f commit ca701f0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22
services:
33
frontend:
44
build:
5-
context: https://github.com/Rust-CMS/dashboard-cms.git#v0.1.1
5+
context: https://github.com/Rust-CMS/dashboard-cms.git#v0.1.2
66
args:
77
APIURL: http://localhost:80/v1/
88
ports:
@@ -11,7 +11,7 @@ services:
1111
- backend
1212
restart: always
1313
backend:
14-
image: ghcr.io/rust-cms/rcms:v0.1.1
14+
image: ghcr.io/rust-cms/rcms:v0.1.2
1515
ports:
1616
- "80:80"
1717
environment:
@@ -22,6 +22,7 @@ services:
2222
- APP_MYSQL_PORT=3306
2323
- APP_BIND_ADDRESS=0.0.0.0
2424
- APP_BIND_PORT=80
25+
- APP_MAX_REQ=100
2526
command: ["./wait-for-it.sh", "rcms-db:3306", "-t", "0", "--", "rcms"]
2627
restart: always
2728
# This section here is optional if you have your own database. We use this for the time being.

0 commit comments

Comments
 (0)