Skip to content

Commit

Permalink
docker compose to run localy
Browse files Browse the repository at this point in the history
  • Loading branch information
Lifeismana committed Nov 16, 2024
1 parent 76ccc37 commit d5f7f82
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
node_modules/
.venv/
.storage/
.env
index.android.bundle
*.xsd
*.tflite
Expand Down
12 changes: 12 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
services:
app:
build:
context: .
volumes:
- .:/data/repo
- $SSH_AUTH_SOCK:/ssh-agent
environment:
SSH_AUTH_SOCK: /ssh-agent
GITHUB_WORKSPACE: /data/repo
env_file:
- .env

0 comments on commit d5f7f82

Please sign in to comment.