Skip to content

Commit

Permalink
Merge pull request #758 from FEMR/docker-compose-integration-tests
Browse files Browse the repository at this point in the history
Commit Docker Compose for Integration tests
  • Loading branch information
StarDylan authored Dec 11, 2024
2 parents a11ed66 + 37b8466 commit 9fcc4ff
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ credentials.yml
util/PhotoMigration$Photo.class
util/PhotoMigration.class

#development database
docker-compose.yml

speedtest/__pycache__

#Translation Models and Log
Expand Down
13 changes: 13 additions & 0 deletions integration_test/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: '3.8'

services:
tester:
build:
context: .
dockerfile: Dockerfile
stdin_open: true
tty: true
stop_signal: SIGKILL
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- .:/app

0 comments on commit 9fcc4ff

Please sign in to comment.