Skip to content

Commit

Permalink
modernisering
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinthon committed Sep 10, 2024
1 parent c2cd81a commit 17fd49e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
version: '3.3'

services:
db:
image: mysql:5.7
image: mysql:8
command: --innodb-log-file-size=500M --innodb_strict_mode=0
restart: "no"
volumes:
Expand All @@ -13,11 +11,11 @@ services:
dev:
depends_on:
- db
image: rapporteket/nra-dev:master
image: rapporteket/nra-dev:main
volumes:
- ~/.ssh:/home/rstudio/.ssh
- ~/.gitconfig:/home/rstudio/.gitconfig
- ~/GIT/nra:/home/rstudio/nra
- .:/home/rstudio/nra
- ~/softlinks/mydata:/home/rstudio/mydata
ports:
- "8787:8787"
Expand All @@ -26,7 +24,7 @@ services:
- 8.8.8.8
restart: "no"
environment:
PASSWORD: password
DISABLE_AUTH: "true"
DB_HOST: db
DB_USER: root
DB_PASS: root
Expand Down

0 comments on commit 17fd49e

Please sign in to comment.