Skip to content

Commit

Permalink
keep exec files locally
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Henrique Lelis de Almeida committed Oct 23, 2023
1 parent 3d63904 commit 5303f02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
exec/

########
# .env #
########
Expand Down
4 changes: 3 additions & 1 deletion docker-compose.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ services:
restart: unless-stopped
environment:
TZ: "America/Sao_Paulo"
RUNCODES_COMPILER_EXEC_DIR: /exec
RUNCODES_COMPILER_EXEC_DIR_REMOTE: ${PWD}/exec
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /tmp:/tmp
- ./exec:/exec
networks:
- runcodes-net

Expand Down

0 comments on commit 5303f02

Please sign in to comment.