Skip to content

Commit

Permalink
pin example to v1.1.0, add env settings for cutsolver
Browse files Browse the repository at this point in the history
  • Loading branch information
ModischFabrications committed Apr 19, 2024
1 parent 49958da commit 521c84d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
# optional, but recommended from here
reverse_proxy /version cutsolver
reverse_proxy /constants cutsolver
reverse_proxy /settings cutsolver
reverse_proxy /debug cutsolver

reverse_proxy /docs cutsolver
Expand Down
8 changes: 6 additions & 2 deletions docker-compose-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.3"
services:
cutsolver_frontend:
# use specific tags for a persistent reference
image: modischfabrications/cutsolver_frontend:latest
image: modischfabrications/cutsolver_frontend:1.1.0
restart: unless-stopped
environment:
- VUE_APP_BACKEND_SOLVER_URL=https://${DOMAIN_NAME:?err}/
Expand All @@ -14,8 +14,12 @@ services:
- cutsolver

cutsolver:
image: modischfabrications/cutsolver:latest
image: modischfabrications/cutsolver:1.1.0
restart: unless-stopped
environment:
# can be increased to 1k or something once >=v1.0.3
- BRUTEFORCE_MAX_COMBINATIONS=8000
- SOLVER_N_MAX=1500
networks:
- webserver
- cutsolver
Expand Down

0 comments on commit 521c84d

Please sign in to comment.