Skip to content

Commit

Permalink
Update standalone docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zakariamaaraki authored May 17, 2024
1 parent 729c7bb commit d5de937
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions local/standalone/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ services:
EXECUTION_MEMORY_MIN: 1
EXECUTION_TIME_MAX: 15
EXECUTION_TIME_MIN: 1
MAX_REQUESTS: 20
MAX_REQUESTS: 10
MAX_EXECUTION_CPUS: 0.2
COMPILATION_CONTAINER_VOLUME: 'local_compiler' # volume name = folderName_volumeName
GRPC_PORT: 9092

Expand Down Expand Up @@ -50,4 +51,4 @@ services:

volumes:
compiler:
driver: local
driver: local

0 comments on commit d5de937

Please sign in to comment.