Skip to content

Commit

Permalink
testklar release nhn
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinthon committed Jan 17, 2025
1 parent c58aa9f commit 86029b5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: norgast
Type: Package
Title: Resultatrapporter for NORGAST
Version: 3.0.8
Version: 3.0.9
Date: 2015-12-17
Author: Kevin Thon
Maintainer: Kevin Thon <kevin.otto.thon@helse-nord.no>
Expand Down
4 changes: 3 additions & 1 deletion R/appServer.R
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,9 @@ appServer <- function(input, output, session) {

## Stats
observe(
rapbase::statsServer("norgastStats", registryName = "norgast",
rapbase::statsServer("norgastStats",
registryName = "norgast",
app_id = Sys.getenv("FALK_APP_ID"),
eligible = (user$role() == "SC"))
)
rapbase::statsGuideServer("norgastStatsGuide", registryName = "norgast")
Expand Down
8 changes: 4 additions & 4 deletions docker-compose_nhn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,18 @@ services:
entrypoint:
sh -c "/usr/local/bin/docker-entrypoint.sh --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci"
ports:
- 3306:3306
- 3306:3306

app:
depends_on:
- db
image: rapporteket/norgast:3.0.1
image: rapporteket/norgast:3.0.9
deploy:
resources:
limits:
memory: 900M
memory: 1000M
reservations:
memory: 900M
memory: 1000M
ports:
- 3838:3838
volumes:
Expand Down

0 comments on commit 86029b5

Please sign in to comment.