Skip to content

Commit

Permalink
add stackmaxima 2024111900
Browse files Browse the repository at this point in the history
  • Loading branch information
Lennart-Kramer committed Nov 21, 2024
1 parent 548a0e9 commit 967e986
Show file tree
Hide file tree
Showing 65 changed files with 16,560 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The needed stackmaxima version can be seen in the ["What Stackmaxima version do

They can be simply run with docker compose in the top-directory of the repository (setting the `STACKMAXIMA_VERSION` to the desired value):
```
echo STACKMAXIMA_VERSION=2024111500 > stackmaxima-version
echo STACKMAXIMA_VERSION=2024111900 > stackmaxima-version
docker compose --env-file=stackmaxima-version up -d
```
The container should then be available on port 8080 (from outside the host too, keep this behind a firewall so it is not reachable from the general internet).
Expand Down Expand Up @@ -70,6 +70,7 @@ What Stackmaxima version do I need?
| - | `4.6.0` | 2024060300 | 5.44.0 |
| - | `4.7.0` | 2024072400 | 5.44.0 |
| - | `4.8.0` | 2024111500 | 5.44.0 |
| - | `4.8.1` | 2024111900 | 5.44.0 |


Building a Docker Image
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.3"
services:
maxima:
image: mathinstitut/goemaxima:${STACKMAXIMA_VERSION:-2024111500}-latest
image: mathinstitut/goemaxima:${STACKMAXIMA_VERSION:-2024111900}-latest
ports:
- 0.0.0.0:8080:8080
tmpfs:
Expand Down
Loading

0 comments on commit 967e986

Please sign in to comment.