Skip to content

Commit

Permalink
Merge pull request #52 from esnet-security/topic/chriscummings/fix-lo…
Browse files Browse the repository at this point in the history
…cal-tests-m1

fix: Force django CPU Arch to explicitly be x86
  • Loading branch information
crankynetman authored Oct 9, 2024
2 parents 64d22d7 + c181d7b commit fee72a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compose.override.local.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
version: '3.4'
version: "3.4"

volumes:
local_postgres_data: {}
local_postgres_data_backups: {}

services:
django:
platform: linux/amd64
build:
dockerfile: ./compose/local/django/Dockerfile
image: scram_local_django
Expand Down

0 comments on commit fee72a7

Please sign in to comment.