Skip to content

Commit

Permalink
testing version 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wassfila committed Apr 13, 2024
1 parent a77b7b1 commit 50d6a56
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3.8"
version: "2.4"

services:
astro-doc-builder:
Expand All @@ -7,11 +7,5 @@ services:
- ./:/user_repo
- ./dist:/astro-big-doc/dist
container_name: astro-doc-builder
deploy:
resources:
limits:
cpus: '4.0' # Allocating 4 CPU cores
memory: 2048M
reservations:
cpus: '2.0' # Reserve 2 CPU cores
memory: 1024M
cpu_count: 4 # Limit to specific number of CPUs
mem_limit: 2048m # Memory limit

0 comments on commit 50d6a56

Please sign in to comment.