Skip to content

Commit

Permalink
Updated location for docker memory constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
fbanados committed Jul 26, 2024
1 parent 656d1c0 commit cdbd66b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ services:
hostname: crkeng-dev-container
image: ghcr.io/ualbertaaltlab/itwewina.altlab.app:dev
command: /app/app.sh crkeng
memory: 2048m
deploy:
resources:
limits:
memory: 2048M
ports:
- "8211:8000" # http
- "9211:9191" # uWSGI stats
Expand Down

0 comments on commit cdbd66b

Please sign in to comment.