Skip to content

Commit

Permalink
Merge branch 'master' into 1116-bugadmin-invitation-af-personer-til-e…
Browse files Browse the repository at this point in the history
…n-aktivitet-liste-af-afdelinger-indeholder-også-lukkede-afdelinger
  • Loading branch information
rasmusselsmark authored Oct 27, 2024
2 parents 9336c31 + 4bef9d5 commit 3a3a93f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ You are more than welcome to contribute to the system. This guide documents how
- The setup adheres to the [twelve-factor-app][12f] principles. To get a
local development configuration, copy the file `.env.example` to `.env`

- Run `docker compose up` to start your local system.
- Run `docker compose up` to start your local system.
(If on Apple Silicon machine, run `docker compose -f docker-compose.yml -f docker-compose.arm64.yml up --build`)

- Run `docker compose run web ./manage.py get_live_data` to download public
data and insert it into your local database.
Expand Down
11 changes: 11 additions & 0 deletions docker-compose.arm64.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# use this file as override, if on Arm64 architecture, e.g. Mac M1
# example commands:
# - docker compose -f docker-compose.yml -f docker-compose.arm64.yml up --build
# - docker compose -f docker-compose.yml -f docker-compose.arm64.yml run --build web ./manage.py test
services:
selenium:
image: seleniarm/standalone-chromium
networks:
- webnet
ports:
- "4444:4444"
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.3"

services:
web:
build: .
Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3a3a93f

Please sign in to comment.