Skip to content

Commit

Permalink
Remove tmpfs
Browse files Browse the repository at this point in the history
  • Loading branch information
Brikaa committed Sep 6, 2024
1 parent 6b02d12 commit c292e36
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docker-compose.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,8 @@ services:
- 2000:2000
volumes:
- ./data/piston/packages:/piston/packages
tmpfs:
- /piston/jobs:exec,uid=1000,gid=1000,mode=711
environment:
- PISTON_DISABLE_NETWORKING=false
- PISTON_RUN_CPU_TIME=1000
- PISTON_LIMIT_OVERRIDES={"c++":{"run_cpu_time":700}}
- PISTON_REPO_URL=http://repo:8000/index

repo: # Local testing of packages
build: repo
Expand Down

0 comments on commit c292e36

Please sign in to comment.